diff options
-rw-r--r-- | lib/Target/IA64/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/IA64/CMakeLists.txt b/lib/Target/IA64/CMakeLists.txt index 6163f91b6a..709cea6193 100644 --- a/lib/Target/IA64/CMakeLists.txt +++ b/lib/Target/IA64/CMakeLists.txt @@ -8,7 +8,7 @@ tablegen(IA64GenInstrInfo.inc -gen-instr-desc) tablegen(IA64GenAsmWriter.inc -gen-asm-writer) tablegen(IA64GenDAGISel.inc -gen-dag-isel) -add_llvm_target(IA64 +add_llvm_target(IA64CodeGen IA64AsmPrinter.cpp IA64Bundling.cpp IA64InstrInfo.cpp |