[clang] [Driver][OpenBSD] Remove riscv32 bit (PR #122525)

2025-01-10 Thread Brad Smith via cfe-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/122525 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver][OpenBSD] Remove riscv32 bit (PR #122525)

2025-01-10 Thread David CARLIER via cfe-commits
https://github.com/devnexen approved this pull request. https://github.com/llvm/llvm-project/pull/122525 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver][OpenBSD] Remove riscv32 bit (PR #122525)

2025-01-10 Thread via cfe-commits
llvmbot wrote: @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) ```

[clang] [Driver][OpenBSD] Remove riscv32 bit (PR #122525)

2025-01-10 Thread Brad Smith via cfe-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/122525 Someone added riscv32 here. OpenBSD does not support riscv32. >From 04ed635943612803126df150e75e7e9f66eb4e24 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 10 Jan 2025 16:02:56 -0500 Subject: [PATCH] [Drive