summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/VMCore/CMakeLists.txt1
-rw-r--r--llvm/lib/VMCore/StandardPasses.cpp (renamed from llvm/lib/Support/StandardPasses.cpp)0
2 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt
index 6bde263ce62..4295804723b 100644
--- a/llvm/lib/VMCore/CMakeLists.txt
+++ b/llvm/lib/VMCore/CMakeLists.txt
@@ -28,6 +28,7 @@ add_llvm_library(LLVMCore
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
+ StandardPasses.cpp
Type.cpp
TypeSymbolTable.cpp
Use.cpp
diff --git a/llvm/lib/Support/StandardPasses.cpp b/llvm/lib/VMCore/StandardPasses.cpp
index 5a98fd68043..5a98fd68043 100644
--- a/llvm/lib/Support/StandardPasses.cpp
+++ b/llvm/lib/VMCore/StandardPasses.cpp
OpenPOWER on IntegriCloud