-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Installation script can't find file #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
cmake
Build system in general and CMake in particular
Comments
I don't think multi-configuration invocation of the install targets is well supported. I think most people use Ninja which is a single configuration generator (on Windows it's still possible to use Ninja with MSVC). |
To be clear this is still a bug but this is not something I have time to fix. |
53 tasks
Bigcheese
pushed a commit
to Bigcheese/llvm-project
that referenced
this issue
May 6, 2025
…-resource-dir-to-cmake-cache [lldb][cmake] Add clang resource dir to LLDB shell tests config (llvm#136…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Win10 x64
LLVM version: 10.0.0-rc2
Visual Studio version: 16.5 (preview 2)
Build script:
After build completes, I run the following:
And after copying some files the install script crashes with the following error:
I can go around the issue by manually patching the install scripts, with:
EDIT: Also - not sure whether it's intended to work like this or I should file another issue - the install script doesn't copy the external DLL files for LZMA and libXML2, causing lldb to silently crash when run.
The text was updated successfully, but these errors were encountered: