diff options
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt')
-rw-r--r-- | llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt b/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt index 3d948aab8e3..a6ba436927b 100644 --- a/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt +++ b/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt @@ -10,7 +10,7 @@ set(LLVM_TARGET_DEFINITIONS Options.td) tablegen(LLVM Options.inc -gen-opt-parser-defs) add_public_tablegen_target(LibOptionsTableGen) -add_llvm_library(LLVMLibDriver +add_llvm_component_library(LLVMLibDriver LibDriver.cpp DEPENDS |