diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-02-15 22:55:13 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-02-15 22:55:13 +0000 |
| commit | 1be2063afd3b7755bd1b5f4fb5edacc7831e0b3b (patch) | |
| tree | fa03bb39e4814184c0e20240fc306238ffa4e0c9 /llvm/lib | |
| parent | 634fc10fe1ee9bfb6834910ab469ff5460a91983 (diff) | |
| download | bcm5719-llvm-1be2063afd3b7755bd1b5f4fb5edacc7831e0b3b.tar.gz bcm5719-llvm-1be2063afd3b7755bd1b5f4fb5edacc7831e0b3b.zip | |
Add missed entry to cmake build list file
llvm-svn: 96292
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 46d3268259c..62cf33900d6 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -67,6 +67,7 @@ add_llvm_library(LLVMCodeGen StrongPHIElimination.cpp TailDuplication.cpp TargetInstrInfoImpl.cpp + TargetLoweringObjectFileImpl.cpp TwoAddressInstructionPass.cpp UnreachableBlockElim.cpp VirtRegMap.cpp |

