How to perform regression test when the compiler is replaced with LLVM - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: How to perform regression test when the compiler is replaced with LLVM (/showthread.php?tid=301) |
How to perform regression test when the compiler is replaced with LLVM - lcx1092968411 - 11-15-2022 How to perform regression test when the compiler is replaced with LLVM, The compiler used by the existing regression test is GCC. I want to compile it with clang to run the regression test. Or, there are other test sets to test whether the clang compiler can correctly generate the instruction of pulp. |