[Openmp-commits] [PATCH] D11821: [OpenMP] Initial testsuite change to purely llvm-lit based testing

Dmitri Gribenko via Openmp-commits openmp-commits at lists.llvm.org
Sun Aug 9 11:49:36 PDT 2015


gribozavr added inline comments.

================
Comment at: runtime/test/lit.cfg:53
@@ +52,3 @@
+config.substitutions.append(("%libomp-compile-and-run", \
+    config.test_compiler + config.test_cflags + " %s -o %t -lm && %t"))
+
----------------
You'd need a space between the compiler and the flags.

Also, why not use the %clang and %cflags in the %libomp-compile-and-run substitution?


Repository:
  rL LLVM

http://reviews.llvm.org/D11821





More information about the Openmp-commits mailing list