diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index ffd488e8f0e..a2b3882940c 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -32,7 +32,7 @@ add_llvm_library(LLVMTransformUtils MemorySSA.cpp MetaRenamer.cpp ModuleUtils.cpp - NameAnonFunctions.cpp + NameAnonGlobals.cpp PromoteMemoryToRegister.cpp SSAUpdater.cpp SanitizerStats.cpp |