[PATCH] D121445: [Clang][CSKY] Add the CSKY target and compiler driver
Renato Golin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 17 03:57:44 PDT 2022
rengolin added a comment.
I'm surprised these tests are passing for you. Perhaps you're not building or running them all.
To make sure you're running your tests, you need to build both clang and llvm (`-DLLVM_ENABLE_PROJECTS=clang`) and run ninja/make `check-all`.
You can also run `lit` directly on each test, but I can't remember how to do that now...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121445/new/
https://reviews.llvm.org/D121445
More information about the cfe-commits
mailing list