diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-12-16 12:25:04 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-12-16 12:25:04 +0000 |
commit | 96ead5b13e39c5e72817410ee04ed03ecad19732 (patch) | |
tree | 5f70b2e78263f19a7d314820586c17005e66cd55 /lib/Analysis/CMakeLists.txt | |
parent | dae490e2a3e54205e26d09002445b61780d7593e (diff) | |
download | external_llvm-96ead5b13e39c5e72817410ee04ed03ecad19732.zip external_llvm-96ead5b13e39c5e72817410ee04ed03ecad19732.tar.gz external_llvm-96ead5b13e39c5e72817410ee04ed03ecad19732.tar.bz2 |
CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CMakeLists.txt')
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 87eb488..2edcf61 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -8,6 +8,7 @@ add_llvm_library(LLVMAnalysis BasicAliasAnalysis.cpp CFGPrinter.cpp ConstantFolding.cpp + DbgInfoPrinter.cpp DebugInfo.cpp EscapeAnalysis.cpp InstCount.cpp |