https://github.com/brooksdavis commented:
Retroactive, but LGTM. No need to leave riscv32 around providing a confusing
trail for future architectures.
https://github.com/llvm/llvm-project/pull/122515
___
cfe-commits mailing list
cfe-commits@lists.llvm
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building
`clang` at step 7 "Add check check-offload".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/73/builds/11996
Here is the r
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/122515
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/SixWeining approved this pull request.
LGTM for the LoongArch changes.
https://github.com/llvm/llvm-project/pull/122515
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commi
@@ -228,11 +228,8 @@ class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public
OSTargetInfo {
case llvm::Triple::arm:
this->MCountName = "__mcount";
break;
-case llvm::Triple::riscv32:
brad0 wrote:
Yes, I mentioned it in the comment.
https
@@ -228,11 +228,8 @@ class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public
OSTargetInfo {
case llvm::Triple::arm:
this->MCountName = "__mcount";
break;
-case llvm::Triple::riscv32:
SixWeining wrote:
Do you want to remove riscv32 either?
brad0 wrote:
@emaste @brooksdavis
https://github.com/llvm/llvm-project/pull/122515
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/brad0 updated
https://github.com/llvm/llvm-project/pull/122515
>From b6b7ecf846942f44ae69794ca432950907164d26 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Fri, 10 Jan 2025 14:30:03 -0500
Subject: [PATCH] [Driver][FreeBSD] Remove FreeBSD/loongarch32 support
FreeBSD going f
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff cb04bc05ebab5f44b13639c0e3613506180bdbac
e2bec3c01ebfa5005081189796e5d28c784ff510 --e
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Brad Smith (brad0)
Changes
FreeBSD going forward will not have 32-bit arch support.
Also missed a spot with removing riscv32 support.
---
Full diff: https://github.com/llvm/llvm-project/pull/122515.diff
4 Files Affected:
- (modified) c
https://github.com/brad0 created
https://github.com/llvm/llvm-project/pull/122515
FreeBSD going forward will not have 32-bit arch support.
Also missed a spot with removing riscv32 support.
>From e2bec3c01ebfa5005081189796e5d28c784ff510 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Fri, 10 J
11 matches
Mail list logo