diff options
author | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-05-23 11:28:50 +0000 |
---|---|---|
committer | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-05-23 11:28:50 +0000 |
commit | 483340bb83d46617d6b393674b527112532165a7 (patch) | |
tree | ecc5cb46848d0b1f166ba408790c4bbe697f8bb2 | |
parent | 24a1bb2cf966d56a4c890b8eaee3c4bcb8ceea8e (diff) | |
download | bcm5719-llvm-483340bb83d46617d6b393674b527112532165a7.tar.gz bcm5719-llvm-483340bb83d46617d6b393674b527112532165a7.zip |
[Polly][NewPM] Reenable ScopPassManager unittest
llvm-svn: 303629
-rw-r--r-- | polly/lib/CMakeLists.txt | 1 | ||||
-rw-r--r-- | polly/unittests/CMakeLists.txt | 1 |
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) |