In BuiltinsRISCV.def, other extension 's intrinsics need to be defined by using macro BUILTIN.
So, it shouldn't undefine macro BUILTIN in the end of declaration for V intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Basic/BuiltinsRISCV.def | ||
---|---|---|
20 | Can you undef TARGET_BUILTIN here too? I missed that when I added it on line 15. |
Can you undef TARGET_BUILTIN here too? I missed that when I added it on line 15.