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 | 1b573d8b206d5d1a13cbf46b859e35e9fbeb3738 (patch) | |
tree | 3e7ffb9f201690a70cb13c093565bb05a72e355b | |
parent | f7789c72bdf02d84b0f2991b9a749dbc7ab5eb2e (diff) |
Add ThumbInstrInfo.cpp to the CMake makefiles
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74382 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index 2ac40f5354..e665ed94d0 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -24,4 +24,5 @@ add_llvm_target(ARMCodeGen ARMSubtarget.cpp ARMTargetAsmInfo.cpp ARMTargetMachine.cpp + ThumbInstrInfo.cpp ) |