diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-10-24 18:09:23 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-10-24 18:09:23 +0000 |
| commit | d0800fda95303ef0a4a28aaac69b493b3ce1b001 (patch) | |
| tree | 2d5df3d7d6da5f209216c3e265674378ec63009c /llvm/lib | |
| parent | 295b1e84cebc88049589ba06546eb4129c49196a (diff) | |
| download | bcm5719-llvm-d0800fda95303ef0a4a28aaac69b493b3ce1b001.tar.gz bcm5719-llvm-d0800fda95303ef0a4a28aaac69b493b3ce1b001.zip | |
Unbreak CMake build
llvm-svn: 142821
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index 2282f0e6eb8..2c8d81a9a91 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -17,6 +17,7 @@ add_llvm_library(LLVMSelectionDAG SelectionDAG.cpp SelectionDAGBuilder.cpp SelectionDAGISel.cpp + SelectionDAGList.cpp SelectionDAGPrinter.cpp TargetLowering.cpp TargetSelectionDAGInfo.cpp |

