diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-21 23:52:03 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-21 23:52:03 +0000 |
commit | 7089213eece41af2743fb66fa143258eba287cb0 (patch) | |
tree | 18a4ed8eebdcaa8239425f6a518c8a66f836a880 | |
parent | c13935e8beb5592e9e27a9249c6a5fb2b676c1ba (diff) | |
download | bcm5719-llvm-7089213eece41af2743fb66fa143258eba287cb0.tar.gz bcm5719-llvm-7089213eece41af2743fb66fa143258eba287cb0.zip |
CMake: updated lib/VMCore/CMakeLists.txt
llvm-svn: 57937
-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 dc54694b188..f3c6c40f9aa 100644 --- a/llvm/lib/VMCore/CMakeLists.txt +++ b/llvm/lib/VMCore/CMakeLists.txt @@ -20,6 +20,7 @@ add_llvm_library(LLVMVMCore ModuleProvider.cpp Pass.cpp PassManager.cpp + PrintModulePass.cpp Type.cpp TypeSymbolTable.cpp Use.cpp |