diff options
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 824ceec6a21..ddc4d2324a0 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -51,7 +51,7 @@ else() set(Z3_LINK_FILES "") endif() -add_llvm_library(LLVMSupport +add_llvm_component_library(LLVMSupport AArch64TargetParser.cpp ABIBreak.cpp ARMTargetParser.cpp |