[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
Tue Nov 22 13:56:37 PST 2022
mstorsjo added a comment.
In D137774#3935079 <https://reviews.llvm.org/D137774#3935079>, @mstorsjo wrote:
> In D137774#3935078 <https://reviews.llvm.org/D137774#3935078>, @mstorsjo wrote:
>
>> 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.
>
> ... but I guess that syntax doesn't work when running things from `cmd.exe`?
Also - by calling lit directly, it's easy to request it to e.g. run specific subsets of the tests, by listing one or more directories.
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