[libcxx-commits] [PATCH] D126122: Fix RUNPATH not accounting for LLVM_ENABLE_PER_TARGET_RUNTIME_DIR
Arcadiy Ivanov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 6 19:27:00 PST 2023
arcivanov added a comment.
@daltenty I applied the same exclusion logic `llvm_setup_rpath` in AddLLVM.cmake and the build is now fully passing.
I could take the same approach as `llvm_setup_rpath` with INSTALL_RPATH and BUILD_WITH_INSTALL_RPATH if you prefer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126122/new/
https://reviews.llvm.org/D126122
More information about the libcxx-commits
mailing list