File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ if (SCOPLIB_FOUND)
4343endif (SCOPLIB_FOUND)
4444
4545add_polly_library(Polly
46- RegisterPasses.cpp
4746 Analysis/Dependences.cpp
4847 Analysis/ScopDetection.cpp
4948 Analysis/ScopInfo.cpp
@@ -61,6 +60,7 @@ add_polly_library(Polly
6160 ${POLLY_SCOPLIB_FILES}
6261 Support/GICHelper.cpp
6362 Support/SCEVValidator.cpp
63+ Support/RegisterPasses.cpp
6464 Support/ScopHelper.cpp
6565 ${POLLY_JSON_FILES}
6666 ${POLLY_OPENSCOP_FILES}
@@ -75,7 +75,7 @@ add_polly_library(Polly
7575 )
7676
7777add_polly_loadable_module(LLVMPolly
78- PollyModule .cpp
78+ Polly .cpp
7979)
8080
8181if (TARGET intrinsics_gen)
Original file line number Diff line number Diff line change 1- // ===------ ModuleInitializers .cpp - Initialize the Polly Module ----------===//
1+ // ===---------- Polly .cpp - Initialize the Polly Module --------- ----------===//
22//
33// The LLVM Compiler Infrastructure
44//
File renamed without changes.
You can’t perform that action at this time.
0 commit comments