summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/CMakeLists.txt1
-rw-r--r--polly/unittests/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 57f1b9a249d..751c9b47b0d 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -114,6 +114,7 @@ if (DEFINED LLVM_MAIN_SRC_DIR)
LLVMAnalysis
LLVMipo
LLVMMC
+ LLVMPasses
${nvptx_libs}
# The libraries below are required for darwin: http://PR26392
LLVMBitReader
diff --git a/polly/unittests/CMakeLists.txt b/polly/unittests/CMakeLists.txt
index e5e0f6c5f1e..b7470580794 100644
--- a/polly/unittests/CMakeLists.txt
+++ b/polly/unittests/CMakeLists.txt
@@ -22,3 +22,4 @@ endfunction()
add_subdirectory(Isl)
add_subdirectory(Flatten)
add_subdirectory(DeLICM)
+add_subdirectory(ScopPassManager)
OpenPOWER on IntegriCloud