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 | 4e5f38ec6ba730de87b87c8f8387209238f2609e (patch) | |
tree | 9b94f904873443258fa053baa5094407e8a51c2d | |
parent | b227925fa313428045f554187b0136d084d723f6 (diff) |
update cmakefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100074 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 448d8fb77f..c64564b8a1 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/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 |