diff options
Diffstat (limited to 'llvm/lib/Demangle')
-rw-r--r-- | llvm/lib/Demangle/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Demangle/CMakeLists.txt b/llvm/lib/Demangle/CMakeLists.txt index cde1a4c5c28..de208cd5d00 100644 --- a/llvm/lib/Demangle/CMakeLists.txt +++ b/llvm/lib/Demangle/CMakeLists.txt @@ -1,4 +1,4 @@ -add_llvm_library(LLVMDemangle +add_llvm_component_library(LLVMDemangle Demangle.cpp ItaniumDemangle.cpp MicrosoftDemangle.cpp |