git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[StripGCRelocates] New pass to remove gc.relocates added by RS4GC
[lldb.git]
/
llvm
/
lib
/
Transforms
/
Utils
/
CMakeLists.txt
diff --git
a/llvm/lib/Transforms/Utils/CMakeLists.txt
b/llvm/lib/Transforms/Utils/CMakeLists.txt
index
2b8beaf
..
b5c03ec
100644
(file)
--- a/
llvm/lib/Transforms/Utils/CMakeLists.txt
+++ b/
llvm/lib/Transforms/Utils/CMakeLists.txt
@@
-35,6
+35,7
@@
add_llvm_library(LLVMTransformUtils
ModuleUtils.cpp
NameAnonGlobals.cpp
PromoteMemoryToRegister.cpp
+ StripGCRelocates.cpp
SSAUpdater.cpp
SanitizerStats.cpp
SimplifyCFG.cpp