Skip to content

Conversation

@brad0
Copy link
Contributor

@brad0 brad0 commented Jan 10, 2025

Someone added riscv32 here. OpenBSD does not support riscv32.

Someone added riscv32 here. OpenBSD does not support riscv32.
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:frontend Language frontend issues, e.g. anything involving "Sema" labels Jan 10, 2025
@brad0 brad0 requested a review from devnexen January 10, 2025 21:07
@llvmbot
Copy link
Member

llvmbot commented Jan 10, 2025

@llvm/pr-subscribers-clang

Author: Brad Smith (brad0)

Changes

Someone added riscv32 here. OpenBSD does not support riscv32.


Full diff: https://github.com/llvm/llvm-project/pull/122525.diff

1 Files Affected:

  • (modified) clang/lib/Basic/Targets/OSTargets.h (-1)
diff --git a/clang/lib/Basic/Targets/OSTargets.h b/clang/lib/Basic/Targets/OSTargets.h
index 53dd23c3129636..b8d9a5725d0127 100644
--- a/clang/lib/Basic/Targets/OSTargets.h
+++ b/clang/lib/Basic/Targets/OSTargets.h
@@ -447,7 +447,6 @@ class LLVM_LIBRARY_VISIBILITY OpenBSDTargetInfo : public OSTargetInfo<Target> {
     case llvm::Triple::sparcv9:
       this->MCountName = "_mcount";
       break;
-    case llvm::Triple::riscv32:
     case llvm::Triple::riscv64:
       break;
     }

@brad0 brad0 merged commit fb1d6f0 into llvm:main Jan 10, 2025
9 of 10 checks passed
@brad0 brad0 deleted the llvm_openbsd_riscv32 branch January 10, 2025 21:53
BaiXilin pushed a commit to BaiXilin/llvm-project that referenced this pull request Jan 12, 2025
Someone added riscv32 here. OpenBSD does not support riscv32.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants