diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-27 07:44:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-27 07:44:59 +0000 |
commit | 33400e3670cfa87d3689ade561f9541bf9ea42d1 (patch) | |
tree | 70590ba9acf291615979e3668694d2180bace514 | |
parent | 9fe1bb40ae3727317e95a54bfa94f0c9207930f6 (diff) | |
download | bcm5719-llvm-33400e3670cfa87d3689ade561f9541bf9ea42d1.tar.gz bcm5719-llvm-33400e3670cfa87d3689ade561f9541bf9ea42d1.zip |
Add ThumbInstrInfo.cpp to the CMake makefiles
llvm-svn: 74382
-rw-r--r-- | llvm/lib/Target/ARM/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt index 2ac40f53549..e665ed94d09 100644 --- a/llvm/lib/Target/ARM/CMakeLists.txt +++ b/llvm/lib/Target/ARM/CMakeLists.txt @@ -24,4 +24,5 @@ add_llvm_target(ARMCodeGen ARMSubtarget.cpp ARMTargetAsmInfo.cpp ARMTargetMachine.cpp + ThumbInstrInfo.cpp ) |