[PATCH] D121445: [Clang][CSKY] Add the CSKY target and compiler driver
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 04:09:55 PDT 2022
DavidSpickett added a comment.
> You can also run lit directly on each test, but I can't remember how to do that now...
If you're in the build dir:
./bin/llvm-lit ../llvm-project/clang/test/...... -a
(-a gives you full output of what happens)
Some tests are a bit odd when you do this but these clang tests are usually ok.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121445/new/
https://reviews.llvm.org/D121445
More information about the llvm-commits
mailing list