[PATCH] D99082: [RISCV][NFC] Fix RVV intrinsic tests.
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 19:21:11 PDT 2021
jrtc27 added a comment.
Most likely because you're adding assembly tests in Clang, which won't work if the backend isn't present (and needs a REQUIRES line). Assembly tests in Clang are generally bad practice and best avoided for that reason. If you do want them it's probably best to split them out into their own tests so people can still run the frontend tests regardless.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99082/new/
https://reviews.llvm.org/D99082
More information about the cfe-commits
mailing list