diff options
Diffstat (limited to 'ELF/CMakeLists.txt')
-rw-r--r-- | ELF/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/CMakeLists.txt b/ELF/CMakeLists.txt index 763275e30caaf..3dcb65ff89577 100644 --- a/ELF/CMakeLists.txt +++ b/ELF/CMakeLists.txt @@ -2,7 +2,7 @@ set(LLVM_TARGET_DEFINITIONS Options.td) tablegen(LLVM Options.inc -gen-opt-parser-defs) add_public_tablegen_target(ELFOptionsTableGen) -add_llvm_library(lldELF2 +add_lld_library(lldELF2 Driver.cpp DriverUtils.cpp Error.cpp |