[PATCH] D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 13:23:54 PST 2023
lei accepted this revision.
lei added a comment.
This patch fixes the exact problem I am seeing when building on PowerPC for `-DLLVM_ENABLE_RUNTIMES=compiler-rt;libcxx;libcxxabi -DLLVM_ENABLE_LIBCXX:BOOL=ON`.
I have applied this patch and tested it on the ppcle rhel/aix/flang/mlir bots and it does not cause any regressions so this LGTM.
@EricWF Does that address your testing concerns?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126122/new/
https://reviews.llvm.org/D126122
More information about the llvm-commits
mailing list