diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2008-11-11 09:55:48 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2008-11-11 09:55:48 +0000 |
commit | 8cb2e28e43b99df65c904d87ada93c99660e4fa4 (patch) | |
tree | ded3ff7fd5dc958aa87849d0bc434b026d9088b9 | |
parent | c56e67644f705e0728b802447d82902db2305c75 (diff) | |
download | bcm5719-llvm-8cb2e28e43b99df65c904d87ada93c99660e4fa4.tar.gz bcm5719-llvm-8cb2e28e43b99df65c904d87ada93c99660e4fa4.zip |
Update CMakeLists.txt
llvm-svn: 59039
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index b678b2e3773..9aced0362e4 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMTransformUtils CloneModule.cpp CloneTrace.cpp CodeExtractor.cpp + DbgInfoUtils.cpp DemoteRegToStack.cpp InlineCost.cpp InlineFunction.cpp |