[PATCH] D121445: [Clang][CSKY] Add the CSKY target and compiler driver

Zixuan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 21:46:55 PDT 2022


zixuan-wu added a comment.

In D121445#3388842 <https://reviews.llvm.org/D121445#3388842>, @rengolin wrote:

> 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...

I have enabled clang project building and run check-all test. Like ` -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_PROJECTS="clang;llvm" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="CSKY"`. So I am also surprised why those cases passed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121445/new/

https://reviews.llvm.org/D121445



More information about the cfe-commits mailing list