-
Notifications
You must be signed in to change notification settings - Fork 12k
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
'ninja install' fails projects="clang;lldb" built with LLDB_BUILD_FRAMEWORK #108
Comments
Having the same problem. Using OS X 10.14.6. Any luck? |
I have a workaround for now:
|
Thank you! It worked, but needed |
@llvm/issue-subscribers-lldb |
mem-frob
pushed a commit
to draperlaboratory/hope-llvm-project
that referenced
this issue
Oct 7, 2022
Try to fix llvm/llvm-project#108 Install python scripts into canonical resource path Differential revision: https://reviews.llvm.org/D116853
searlmc1
referenced
this issue
in ROCm/llvm-project
Aug 23, 2023
…DEV-409068 SWDEV-409068 - Fix paths with spaces in it
skatrak
added a commit
to skatrak/llvm-project
that referenced
this issue
Jul 5, 2024
The code removed by this patch was added with the intention of preventing the use of regions belonging to loop wrapper operations as a point to insert allocations. However, this issue is only present for `omp.parallel` wrappers, which are handled right before this piece of code. The result is that any operations that are currently captured by this piece of code would be handled correctly by letting execution of the `getAllocaBlock()` method continue and return the entry block of the parent `func.func` operation.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
* [LLVM][XTHeadVector] Implement intrinsics for 14.11. * [LLVM][XTHeadVector] Add test cases for 14.11. * [LLVM][XTHeadVector] Implement intrinsics for 14.12. * [LLVM][XTHeadVector] Add test cases for 14.12. * [LLVM][XTHeadVector] Implement intrinsics for 14.14. * [LLVM][XTHeadVector] Add test cases for 14.14. * [LLVM][XTHeadVector] Implement intrinsics for 14.15 and 14.16. * [LLVM][XTHeadVector] Add test cases for 14.15 and 14.16. * [LLVM][XTHeadVector] Implement intrinsics for 14.13. * [LLVM][XTHeadVector] Add test cases for 14.13.
alexanderguy
pushed a commit
to alexanderguy/llvm-project
that referenced
this issue
Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having issues running
ninja install
on a framework build of lldb.I think its because target
lldb-python-scripts
installs beforehttps://github.com/llvm/llvm-project/blob/master/lldb/source/API/CMakeLists.txt
can install.Steps:
ninja install
fails with:CMake Error: failed to create symbolic link '~/buildspace/llvm-inst/Library/Frameworks/LLDB.framework/Resources': file already exists
Any ideas on how to fix this?
Below are the logs and the relevant generated cmake_install.cmake files for reference:
ninja install failure logs
llvm-build/tools/lldb/cmake_install.cmake
llvm-build/tools/lldb/source/cmake_install.cmake
llvm-project/lldb/source/API/cmake_install.cmake
The text was updated successfully, but these errors were encountered: