[PATCH] D110318: [Support] Restore LLVMTestingSupport as an llvm component library
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 08:09:49 PDT 2021
tstellar added a comment.
A component library means is one that gets included into libLLVM.so see https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/AddLLVM.cmake#L431
Since this is more of an internal LLVM helper library, I don't think it should be included in libLLVM.so.
To solve your problem I think you just need to drop BUILDTREE_ONLY to install the library. At least for Fedora we manually install the library, because it's required by clang to run the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110318/new/
https://reviews.llvm.org/D110318
More information about the llvm-commits
mailing list