OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7789c7
)
Add ThumbInstrInfo.cpp to the CMake makefiles
author
Douglas Gregor
<dgregor@apple.com>
Sat, 27 Jun 2009 07:44:59 +0000
(07:44 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Sat, 27 Jun 2009 07:44:59 +0000
(07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74382
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/CMakeLists.txt
b/lib/Target/ARM/CMakeLists.txt
index
2ac40f5
..
e665ed9
100644
(file)
--- 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
)