diff options
| author | Johannes Doerfert <doerfert@uni-saarland.de> | 2014-08-12 03:31:23 +0000 |
|---|---|---|
| committer | Johannes Doerfert <doerfert@uni-saarland.de> | 2014-08-12 03:31:23 +0000 |
| commit | fab63f7791c0ea8cc5d2be83c844ab9d95a9b671 (patch) | |
| tree | f3e477e15ae0e587d6cba3900b286acc82b0eb1a | |
| parent | c0087f36114774899c26aa677aa5fe02027c22f0 (diff) | |
| download | bcm5719-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-x | polly/test/create_ll.sh | 2 |
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} |

