[libcxx-commits] [PATCH] D117537: [cmake] Rename `llvm_check_linker_flag` for runtime libs to avoid conflit
John Ericson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 18 14:53:03 PST 2022
Ericson2314 added a comment.
@phosek Hmm it is indeed closer than I thought. This makes me sympathetic too. This is also a compiler-rt one, and a much more complex openmp one.
LLVM's `llvm_check_linker_flag` is used by `AddLLVM`, so it must continue to be installed. But `HandleOutOfTreeLLVM` will ensure for libcxx and friends that the LLVM modules are indeed available?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117537/new/
https://reviews.llvm.org/D117537
More information about the libcxx-commits
mailing list