[polly] r215422 - [Minor] Change the number of cut lines for new tests
Johannes Doerfert
doerfert at uni-saarland.de
Mon Aug 11 20:31:23 PDT 2014
Author: jdoerfert
Date: Mon Aug 11 22:31:23 2014
New Revision: 215422
URL: http://llvm.org/viewvc/llvm-project?rev=215422&view=rev
Log:
[Minor] Change the number of cut lines for new tests
This should cut all metadata community clang produces.
Modified:
polly/trunk/test/create_ll.sh
Modified: polly/trunk/test/create_ll.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/create_ll.sh?rev=215422&r1=215421&r2=215422&view=diff
==============================================================================
--- polly/trunk/test/create_ll.sh (original)
+++ polly/trunk/test/create_ll.sh Mon Aug 11 22:31:23 2014
@@ -4,7 +4,7 @@ LLFILE=`echo $1 | sed -e 's/\.c/.ll/g'`
LLFILE_TMP=${LLFILE}.tmp
# The number of lines to cut of the LLVM-IR file clang produces.
-CUT_N_LINES=9
+CUT_N_LINES=6
clang -c -S -emit-llvm -O0 $1 -o ${LLFILE}
More information about the llvm-commits
mailing list