Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Whether RVV is non-experimental or not is the big open question for 14.0. I've put it on the agenda for today's sync call.
Comment Actions
LGTM
clang/test/Preprocessor/riscv-target-features.c | ||
---|---|---|
220 | Does this line pass even if you don't change it since we don't match to the end of the line? I might suggest we go through this file and put {{{$}} on the end of lines, but that can be a separate change. Or we add the #define to each line and pass --match-full-lines to FileCheck. |
Does this line pass even if you don't change it since we don't match to the end of the line? I might suggest we go through this file and put {{{$}} on the end of lines, but that can be a separate change. Or we add the #define to each line and pass --match-full-lines to FileCheck.