Ticket #50509: polly_LLVM_LINK_LLVM_DYLIB_fix.patch
File polly_LLVM_LINK_LLVM_DYLIB_fix.patch, 504 bytes (added by howarth.at.macports@…, 9 years ago) |
---|
-
tools/polly/lib/CMakeLists.txt
a b 77 77 link_directories( 78 78 ${LLVM_LIBRARY_DIR} 79 79 ) 80 elseif (LLVM_LINK_LLVM_DYLIB) 81 target_link_libraries(Polly 82 LLVM 83 ) 84 link_directories( 85 ${LLVM_LIBRARY_DIR} 86 ) 80 87 endif() 81 88 82 89 # Build a monolithic Polly.a and a thin module LLVMPolly.moduleext that links to