projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e3fc4
)
Add CMake support for the new TableGen file introduced in r134705.
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 8 Jul 2011 17:54:08 +0000
(17:54 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Fri, 8 Jul 2011 17:54:08 +0000
(17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134707
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 e3282bfd0ec373d8ac04f81c2747fc9076eeb019..a7dfbce7e5423c71aa07464c705e80c5d25872e2 100644
(file)
--- a/
lib/Target/ARM/CMakeLists.txt
+++ b/
lib/Target/ARM/CMakeLists.txt
@@
-4,6
+4,7
@@
tablegen(ARMGenRegisterInfo.inc -gen-register-info)
tablegen(ARMGenInstrInfo.inc -gen-instr-info)
tablegen(ARMGenCodeEmitter.inc -gen-emitter)
tablegen(ARMGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
+tablegen(ARMGenMCPseudoLowering.inc -gen-pseudo-lowering)
tablegen(ARMGenAsmWriter.inc -gen-asm-writer)
tablegen(ARMGenAsmMatcher.inc -gen-asm-matcher)
tablegen(ARMGenDAGISel.inc -gen-dag-isel)