diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-01 21:49:23 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-01 21:49:23 +0000 |
commit | c19f0b7357883d0dd167ee1799a278f44bc9e6ce (patch) | |
tree | d859b652de0839b6550a23f1a048d6248c4f9727 | |
parent | 19a58df9bb3f8d45b4c5abf465ed6b0347332c69 (diff) | |
download | bcm5719-llvm-c19f0b7357883d0dd167ee1799a278f44bc9e6ce.tar.gz bcm5719-llvm-c19f0b7357883d0dd167ee1799a278f44bc9e6ce.zip |
CodeGen: fix CMake build
Missing file from r145629.
llvm-svn: 145634
-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 8de966d9ba9..dede072fb0c 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -9,6 +9,7 @@ add_llvm_library(LLVMCodeGen CodePlacementOpt.cpp CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp + DFAPacketizer.cpp DwarfEHPrepare.cpp EdgeBundles.cpp ELFCodeEmitter.cpp |