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:
d413c01
)
CMake: Updated lib/CodeGen/CMakeLists.txt.
author
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 6 May 2009 14:56:40 +0000
(14:56 +0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 6 May 2009 14:56:40 +0000
(14:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71085
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CMakeLists.txt
b/lib/CodeGen/CMakeLists.txt
index a186b0538f3b6ce3a57636572e30a0a8e4613774..bf8c153a32e009ee1d170d4c8dc82bbe6203edd3 100644
(file)
--- a/
lib/CodeGen/CMakeLists.txt
+++ b/
lib/CodeGen/CMakeLists.txt
@@
-47,7
+47,6
@@
add_llvm_library(LLVMCodeGen
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp
SimpleRegisterCoalescing.cpp
- Spiller.cpp
StackProtector.cpp
StackSlotColoring.cpp
StrongPHIElimination.cpp
@@
-55,4
+54,5
@@
add_llvm_library(LLVMCodeGen
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp
+ VirtRegRewriter.cpp
)