Skip to content

Commit eb89624

Browse files
arichardsonresistor
authored andcommitted
[CHERI-RISC-V] Stop manually handling xcheri feature
This may have been needed before ISAInfo handled custom extensions, but now we can just defer to ISAInfo. No functional change intended
1 parent fd15b52 commit eb89624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Basic/Targets/RISCV.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ bool RISCVTargetInfo::hasFeature(StringRef Feature) const {
437437
.Case("32bit", !Is64Bit)
438438
.Case("64bit", Is64Bit)
439439
.Case("experimental", HasExperimental)
440-
.Case("xcheri", HasCheri)
441440
.Default(std::nullopt);
442441
if (Result)
443442
return *Result;

0 commit comments

Comments
 (0)