https://llvm.org/bugs/show_bug.cgi?id=26377
Jack Howarth <howarth.mailing.li...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jack Howarth <howarth.mailing.li...@gmail.com> --- My mistake. In the fink project, we have been using the change... --- polly-3.9.0.src.orig/lib/CMakeLists.txt 2015-09-21 09:00:19.000000000 -0400 +++ polly-3.9.0.src/lib/CMakeLists.txt 2015-09-21 09:54:19.000000000 -0400 @@ -322,6 +322,26 @@ ) endif() +if (APPLE) +# apparently, this is not wanted on linux +target_link_libraries(Polly + LLVMAnalysis + LLVMBitReader + LLVMCore + LLVMInstCombine + LLVMMC + LLVMMCParser + LLVMObject + LLVMProfileData + LLVMSupport + LLVMScalarOpts + LLVMTarget + LLVMTransformUtils + LLVMVectorize + LLVMipo +) +endif() + # Build a monolithic Polly.a and a thin module LLVMPolly.moduleext that links to # that static library. if (MSVC) to address symbol resolution issues when using -DBUILD_SHARED_LIBS:BOOL=ON -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs