diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-01 01:02:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-01 01:02:19 +0000 |
commit | 92e77a73f503349dcaa7d833d3ce7d2bce8afe3b (patch) | |
tree | ea86d4f52a09d4ada00870f95eedc17cd0163a1a /llvm/lib | |
parent | 8cb2aeb7c7857cb151c1db155eadb51523678124 (diff) | |
download | bcm5719-llvm-92e77a73f503349dcaa7d833d3ce7d2bce8afe3b.tar.gz bcm5719-llvm-92e77a73f503349dcaa7d833d3ce7d2bce8afe3b.zip |
update cmakefile.
llvm-svn: 100074
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt index 448d8fb77f0..c64564b8a1e 100644 --- a/llvm/lib/VMCore/CMakeLists.txt +++ b/llvm/lib/VMCore/CMakeLists.txt @@ -6,6 +6,7 @@ add_llvm_library(LLVMCore ConstantFold.cpp Constants.cpp Core.cpp + DebugLoc.cpp Dominators.cpp Function.cpp GVMaterializer.cpp |