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 | 24d3b38a0a02a31f524aa73892e1558160ea70bc (patch) | |
tree | 1d12c27b734ec42ae4bdaa72a812c8a3685b78f5 /lib/Transforms/Utils | |
parent | ae89bb14431c6df4f784ae1af7019e72ec79b3ca (diff) |
Update CMakeLists.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
-rw-r--r-- | lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index b678b2e377..9aced0362e 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/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 |