Lines Matching +full:polly +full:- +full:build
14 file(GLOB_RECURSE POLLY_HEADER_FILES "${POLLY_SOURCE_DIR}/include/polly/*.h")
40 # Use an object-library to add the same files to multiple libs without requiring
42 add_llvm_pass_plugin(Polly
44 SUBPROJECT Polly
97 # Configure source groups for Polly source files. By default, in the IDE there
104 ${CMAKE_CURRENT_LIST_DIR}/../include/polly)
107 # Create the library that can be linked into LLVM's tools and Polly's unittests.
111 target_link_libraries(Polly PUBLIC
115 # Create a loadable module Polly.so that can be loaded using
116 # LLVM's/clang's "-load" option.
121 set_target_properties(LLVMPolly PROPERTIES FOLDER "Polly/Loadable Modules")
124 Plugin/Polly.cpp
125 $<TARGET_OBJECTS:obj.Polly>
141 # Check if we are building as part of an LLVM build
142 add_dependencies(obj.Polly intrinsics_gen)