[PATCH] D46359: [Polly] Pass compiler arguments in the create_ll.sh script

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 08:23:07 PDT 2018


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/create_ll.sh:9
+
+clang -c -S -emit-llvm -O3 -mllvm -disable-llvm-optzns ${SOURCE} -o ${LLFILE} $@
 
----------------
Use `"$@"` instead (allows spaces in arguments; not sure whether it is bash-only)?


Repository:
  rPLO Polly

https://reviews.llvm.org/D46359





More information about the llvm-commits mailing list