[Openmp-commits] [PATCH] D40082: [CMake] Refactor testing infrastructure
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 29 10:20:36 PST 2017
jlpeyton accepted this revision.
jlpeyton added a comment.
This revision is now accepted and ready to land.
Fix minor thing, then LGTM
================
Comment at: libomptarget/Build_With_CMake.txt:88-91
+-OPENMP_LLVM_LIT_EXECUTABLE=""
Full path to the llvm-lit tool. Required for testing in out-of-tree builds.
+-OPENMP_FILECHECK_EXECUTABLE=""
----------------
Missing '-D' before OPENMP
https://reviews.llvm.org/D40082
More information about the Openmp-commits
mailing list