[PATCH] D110318: [Support] Restore LLVMTestingSupport as an llvm component library
Itay Bookstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 02:06:04 PDT 2021
nextsilicon-itay-bookstein added a comment.
That's already what happens, both before and after this change, because both invocations (`add_llvm_library` before the change, and `add_llvm_component_library` after the change) pass the `BUILDTREE_ONLY` flag.
Therefore the library doesn't get installed either way.
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