Skip to content

[Driver][OpenBSD] Remove riscv32 bit #122525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged

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-fix-vnni-instr-types 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