summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@uni-saarland.de>2014-08-12 03:31:23 +0000
committerJohannes Doerfert <doerfert@uni-saarland.de>2014-08-12 03:31:23 +0000
commitfab63f7791c0ea8cc5d2be83c844ab9d95a9b671 (patch)
treef3e477e15ae0e587d6cba3900b286acc82b0eb1a
parentc0087f36114774899c26aa677aa5fe02027c22f0 (diff)
downloadbcm5719-llvm-fab63f7791c0ea8cc5d2be83c844ab9d95a9b671.tar.gz
bcm5719-llvm-fab63f7791c0ea8cc5d2be83c844ab9d95a9b671.zip
[Minor] Change the number of cut lines for new tests
This should cut all metadata community clang produces. llvm-svn: 215422
-rwxr-xr-xpolly/test/create_ll.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/create_ll.sh b/polly/test/create_ll.sh
index ddd4d179619..4a1ac115b42 100755
--- a/polly/test/create_ll.sh
+++ b/polly/test/create_ll.sh
@@ -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}
OpenPOWER on IntegriCloud