diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-03-10 00:51:01 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-03-10 00:51:01 +0000 |
commit | 581d535af91dd55326250986273eabb495e55119 (patch) | |
tree | 84b5b8ecc6aa743abf22ed7edd938504874c34ce /lib/VMCore/CMakeLists.txt | |
parent | 03d5826164206c67be152d2b6fa62bfa8f5f92c5 (diff) |
Unbreak the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/CMakeLists.txt')
-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 1abd031dae..6bde263ce6 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -9,6 +9,7 @@ add_llvm_library(LLVMCore Constants.cpp Core.cpp DebugLoc.cpp + DebugInfoProbe.cpp Dominators.cpp Function.cpp GVMaterializer.cpp |