Set LLVM_LIBRARY_OUTPUT_INTDIR as expected by llvm_setup_rpath() macro
when doing stand-alone builds. This is required to pass correct
-rpath-link when linking shared libraries, and therefore ensure that
the linker can find dependency libraries correctly during the build.
Details
Details
- Reviewers
compnerd beanz phosek labath - Commits
- rG59913f7bdf1e: Merging r293078: --------------------------------------------------------------…
rG30dc91a7073b: [cmake] Fix -rpath-link in stand-alone build
rLLD293078: [cmake] Fix -rpath-link in stand-alone build
rL293289: Merging r293078:
rL293078: [cmake] Fix -rpath-link in stand-alone build
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I've filed https://llvm.org/bugs/show_bug.cgi?id=31745 to track it for 4.0.0 backport.