Allow clients to suppress setup of default RPATHs in designated library targets. This is used in LLDB when emitting liblldb as a framework bundle, which itself doesn't load further RPATH-dependent libraries.
This follows the approach in add_llvm_executable().
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cmake/modules/AddLLVM.cmake | ||
---|---|---|
458 ↗ | (On Diff #176797) | Any kind of comment that we could add here that explains why this is happening? This looks quite mysterious to the casual reader otherwise :-) |
cmake/modules/AddLLVM.cmake | ||
---|---|---|
458 ↗ | (On Diff #176797) | Good point, thanks. Added short comment to the function description. |