diff options
| -rw-r--r-- | polly/lib/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt index 51c28248a40..371b97aa20f 100644 --- a/polly/lib/CMakeLists.txt +++ b/polly/lib/CMakeLists.txt @@ -66,6 +66,13 @@ if (BUILD_SHARED_LIBS) LLVMAnalysis LLVMipo LLVMMC +# The libraries below are required for darwin: http://PR26392 + LLVMBitReader + LLVMMCParser + LLVMObject + LLVMProfileData + LLVMTarget + LLVMVectorize ) link_directories( ${LLVM_LIBRARY_DIR} |

