diff options
author | Xerxes Ranby <xerxes@zafena.se> | 2009-09-16 10:18:36 +0000 |
---|---|---|
committer | Xerxes Ranby <xerxes@zafena.se> | 2009-09-16 10:18:36 +0000 |
commit | 230c717e0b99ecca830f6457396a2e87a274f1b6 (patch) | |
tree | 7cb98674a15d3e0ba298e11f3648d95ab2714392 /llvm/lib | |
parent | f8cb758ba8ec284b5465ee34200d687b6da09a74 (diff) | |
download | bcm5719-llvm-230c717e0b99ecca830f6457396a2e87a274f1b6.tar.gz bcm5719-llvm-230c717e0b99ecca830f6457396a2e87a274f1b6.zip |
updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018
llvm-svn: 82038
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 7eae5202490..3fdf95a7b75 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMCodeGen MachineLICM.cpp MachineLoopInfo.cpp MachineModuleInfo.cpp + MachineModuleInfoImpls.cpp MachinePassRegistry.cpp MachineRegisterInfo.cpp MachineSink.cpp |