![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/lib/llvm-6.0/build/lib/cmake/polly/ |
Upload File : |
# This file allows users to call find_package(Polly) and pick up our targets. find_package(LLVM REQUIRED CONFIG HINTS "/build/llvm-toolchain-6.0-oIHTja/llvm-toolchain-6.0-6.0.1/build-llvm/lib/cmake/llvm") set(Polly_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR}) set(Polly_BUNDLED_ISL ON) set(Polly_BUNDLED_JSONCPP OFF) set(Polly_ENABLE_GPGPU_CODEGEN OFF) set(Polly_DEFINITIONS ${LLVM_DEFINITIONS}) set(Polly_INCLUDE_DIRS /usr/lib/llvm-6.0/include;/usr/lib/llvm-6.0/include/polly ${LLVM_INCLUDE_DIRS}) set(Polly_LIBRARY_DIRS /usr/lib/llvm-6.0/lib) set(Polly_EXPORTED_TARGETS Polly;PollyISL;LLVMPolly) set(Polly_LIBRARIES ${LLVM_LIBRARIES} ${Polly_EXPORTED_TARGETS}) # Imported Targets: if (NOT TARGET PollyISL) add_library(PollyISL STATIC IMPORTED) endif() if (Polly_ENABLE_GPGPU_CODEGEN AND NOT TARGET PollyPPCG) add_library(PollyPPCG IMPORTED) set_property(TARGET PollyPPCG PROPERTY INTERFACE_LINK_LIBRARIES PollyISL) endif() if (NOT TARGET Polly) add_library(Polly STATIC IMPORTED) set_property(TARGET Polly PROPERTY INTERFACE_LINK_LIBRARIES PollyISL) if (Polly_ENABLE_GPGPU_CODEGEN) set_property(TARGET Polly APPEND PROPERTY INTERFACE_LINK_LIBRARIES PollyPPCG) endif() set_property(TARGET Polly APPEND PROPERTY INTERFACE_LINK_LIBRARIES /usr/lib/x86_64-linux-gnu/libjsoncpp.so) endif() if (NOT TARGET LLVMPolly) add_library(LLVMPolly MODULE IMPORTED) set_property(TARGET LLVMPolly PROPERTY INTERFACE_LINK_LIBRARIES Polly) endif() # Exported locations: file(GLOB CONFIG_FILES "${Polly_CMAKE_DIR}/PollyExports-*.cmake") foreach(f ${CONFIG_FILES}) include(${f}) endforeach()