diff options
author | Vikram TV <vikram.tarikere@gmail.com> | 2015-12-16 11:09:48 +0000 |
---|---|---|
committer | Vikram TV <vikram.tarikere@gmail.com> | 2015-12-16 11:09:48 +0000 |
commit | 859ad29b52070e3fb4f15bc633514c022900e622 (patch) | |
tree | 64d4446caa08b39f09aa2f57c2317e9766637f4f /llvm/lib/CodeGen/CMakeLists.txt | |
parent | 32032f5e643cafc6f3dfce4c0375baa065e2d0ac (diff) | |
download | bcm5719-llvm-859ad29b52070e3fb4f15bc633514c022900e622.tar.gz bcm5719-llvm-859ad29b52070e3fb4f15bc633514c022900e622.zip |
Recommit LiveDebugValues pass after fixing a couple of minor issues.
llvm-svn: 255759
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 9c63dc7a0fd..a078c3c707a 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -25,6 +25,7 @@ add_llvm_library(LLVMCodeGen ExecutionDepsFix.cpp ExpandISelPseudos.cpp ExpandPostRAPseudos.cpp + LiveDebugValues.cpp FaultMaps.cpp FuncletLayout.cpp GCMetadata.cpp |