[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
Mon Aug 10 10:38:54 PDT 2015
gribozavr added a comment.
> I could not get it to substitute the values. llvm-lit would try to execute '%clang' which of course failed, and %cflags would not substitute either. Fortunately, %t and %s did substitute like normal.
I think that's because lit applies substitutions first-to-last. Try putting %clang and %cflags last.
Repository:
rL LLVM
http://reviews.llvm.org/D11821
More information about the Openmp-commits
mailing list