[polly] r303629 - [Polly][NewPM] Reenable ScopPassManager unittest
Philip Pfaffe via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 04:28:50 PDT 2017
Author: pfaffe
Date: Tue May 23 06:28:50 2017
New Revision: 303629
URL: http://llvm.org/viewvc/llvm-project?rev=303629&view=rev
Log:
[Polly][NewPM] Reenable ScopPassManager unittest
Modified:
polly/trunk/lib/CMakeLists.txt
polly/trunk/unittests/CMakeLists.txt
Modified: polly/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=303629&r1=303628&r2=303629&view=diff
==============================================================================
--- polly/trunk/lib/CMakeLists.txt (original)
+++ polly/trunk/lib/CMakeLists.txt Tue May 23 06:28:50 2017
@@ -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
Modified: polly/trunk/unittests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/unittests/CMakeLists.txt?rev=303629&r1=303628&r2=303629&view=diff
==============================================================================
--- polly/trunk/unittests/CMakeLists.txt (original)
+++ polly/trunk/unittests/CMakeLists.txt Tue May 23 06:28:50 2017
@@ -22,3 +22,4 @@ endfunction()
add_subdirectory(Isl)
add_subdirectory(Flatten)
add_subdirectory(DeLICM)
+add_subdirectory(ScopPassManager)
More information about the llvm-commits
mailing list