[Openmp-commits] [PATCH] D137774: [openmp] Create a local llvm-lit script when building openmp standalone
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 17 14:39:25 PST 2022
mstorsjo added a comment.
In D137774#3935073 <https://reviews.llvm.org/D137774#3935073>, @Meinersbur wrote:
> Why not using `env LIT_FILTER=<testname> ninja check-openmp` environment variable to run individual tests?
Oh, I wasn't aware of that - I guess that works in many cases too. However despite that, I think moving towards using `configure_lit_site_cfg` would be in line with how all other subprojects do it.
This patch is in itself also a preparatory step for being able to run tests when openmp is built via the `llvm-project/runtimes` directory (e.g. libcxx no longer allows being built entirely standalone).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137774/new/
https://reviews.llvm.org/D137774
More information about the Openmp-commits
mailing list