Skip to content

Commit 804f992

Browse files
authored
sorting targets
1 parent 5e5e032 commit 804f992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/OSTargets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ class LLVM_LIBRARY_VISIBILITY OpenBSDTargetInfo : public OSTargetInfo<Target> {
496496
case llvm::Triple::sparcv9:
497497
this->MCountName = "_mcount";
498498
break;
499-
case llvm::Triple::riscv64:
500499
case llvm::Triple::loongarch64:
500+
case llvm::Triple::riscv64:
501501
break;
502502
}
503503
}

0 commit comments

Comments
 (0)