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:
d77ce4a
)
Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.
author
Akira Hatanaka
<ahatanaka@mips.com>
Tue, 31 Jul 2012 22:11:05 +0000
(22:11 +0000)
committer
Akira Hatanaka
<ahatanaka@mips.com>
Tue, 31 Jul 2012 22:11:05 +0000
(22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161083
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/CMakeLists.txt
b/lib/Target/Mips/CMakeLists.txt
index e9a228c3313f384ae0ec5c006754cb0da79970d3..275279c452f4978bb086ab9837f524b5e20911a7 100644
(file)
--- a/
lib/Target/Mips/CMakeLists.txt
+++ b/
lib/Target/Mips/CMakeLists.txt
@@
-13,6
+13,7
@@
tablegen(LLVM MipsGenEDInfo.inc -gen-enhanced-disassembly-info)
add_public_tablegen_target(MipsCommonTableGen)
add_llvm_target(MipsCodeGen
+ Mips16InstrInfo.cpp
MipsAnalyzeImmediate.cpp
MipsAsmPrinter.cpp
MipsCodeEmitter.cpp
@@
-26,6
+27,7
@@
add_llvm_target(MipsCodeGen
MipsMCInstLower.cpp
MipsMachineFunction.cpp
MipsRegisterInfo.cpp
+ MipsSEInstrInfo.cpp
MipsSubtarget.cpp
MipsTargetMachine.cpp
MipsTargetObjectFile.cpp