Skip to content

Commit fb1d6f0

Browse files
authored
[Driver][OpenBSD] Remove riscv32 bit (#122525)
Someone added riscv32 here. OpenBSD does not support riscv32.
1 parent 19557a4 commit fb1d6f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Basic/Targets/OSTargets.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ class LLVM_LIBRARY_VISIBILITY OpenBSDTargetInfo : public OSTargetInfo<Target> {
447447
case llvm::Triple::sparcv9:
448448
this->MCountName = "_mcount";
449449
break;
450-
case llvm::Triple::riscv32:
451450
case llvm::Triple::riscv64:
452451
break;
453452
}

0 commit comments

Comments
 (0)