[polly] r206901 - We missed two files in the last commit.

Tobias Grosser tobias at grosser.es
Tue Apr 22 08:57:31 PDT 2014


Author: grosser
Date: Tue Apr 22 10:57:30 2014
New Revision: 206901

URL: http://llvm.org/viewvc/llvm-project?rev=206901&view=rev
Log:
We missed two files in the last commit.

Contributed-by:  Johannes Doerfert <doerfert at cs.uni-saarland.de>

Modified:
    polly/trunk/test/Cloog/CodeGen/GPGPU/lit.local.cfg
    polly/trunk/test/Cloog/CodeGen/OpenMP/lit.local.cfg

Modified: polly/trunk/test/Cloog/CodeGen/GPGPU/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Cloog/CodeGen/GPGPU/lit.local.cfg?rev=206901&r1=206900&r2=206901&view=diff
==============================================================================
--- polly/trunk/test/Cloog/CodeGen/GPGPU/lit.local.cfg (original)
+++ polly/trunk/test/Cloog/CodeGen/GPGPU/lit.local.cfg Tue Apr 22 10:57:30 2014
@@ -1,5 +1,5 @@
 config.suffixes = ['.ll']
 
 gpgpu = config.root.enable_gpgpu_codegen
-if gpgpu not in ['TRUE', 'true'] :
+if gpgpu not in ['TRUE', 'true', 'yes', 'YES']:
     config.unsupported = True

Modified: polly/trunk/test/Cloog/CodeGen/OpenMP/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Cloog/CodeGen/OpenMP/lit.local.cfg?rev=206901&r1=206900&r2=206901&view=diff
==============================================================================
--- polly/trunk/test/Cloog/CodeGen/OpenMP/lit.local.cfg (original)
+++ polly/trunk/test/Cloog/CodeGen/OpenMP/lit.local.cfg Tue Apr 22 10:57:30 2014
@@ -1,3 +1,3 @@
 cloog = config.root.cloog_found
-if cloog not in ['TRUE', 'true'] :
+if cloog not in ['TRUE', 'true', 'yes', 'YES'] :
     config.unsupported = True





More information about the llvm-commits mailing list