mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 18:54:55 +00:00
Refactor Polly's Pass creation and initialization.
Rename some files and adjust cmake accordingly llvm-svn: 203609
This commit is contained in:
parent
7f97f8cb0f
commit
8dbe338fb1
@ -43,7 +43,6 @@ if (SCOPLIB_FOUND)
|
||||
endif (SCOPLIB_FOUND)
|
||||
|
||||
add_polly_library(Polly
|
||||
RegisterPasses.cpp
|
||||
Analysis/Dependences.cpp
|
||||
Analysis/ScopDetection.cpp
|
||||
Analysis/ScopInfo.cpp
|
||||
@ -61,6 +60,7 @@ add_polly_library(Polly
|
||||
${POLLY_SCOPLIB_FILES}
|
||||
Support/GICHelper.cpp
|
||||
Support/SCEVValidator.cpp
|
||||
Support/RegisterPasses.cpp
|
||||
Support/ScopHelper.cpp
|
||||
${POLLY_JSON_FILES}
|
||||
${POLLY_OPENSCOP_FILES}
|
||||
@ -75,7 +75,7 @@ add_polly_library(Polly
|
||||
)
|
||||
|
||||
add_polly_loadable_module(LLVMPolly
|
||||
PollyModule.cpp
|
||||
Polly.cpp
|
||||
)
|
||||
|
||||
if (TARGET intrinsics_gen)
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===------ ModuleInitializers.cpp - Initialize the Polly Module ----------===//
|
||||
//===---------- Polly.cpp - Initialize the Polly Module -------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue
Block a user