[clang] [Driver] Add riscv64-suse-linux triple (PR #74513)

2024-01-02 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab closed https://github.com/llvm/llvm-project/pull/74513 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Remove all vendor triples (PR #75459)

2024-01-02 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab closed https://github.com/llvm/llvm-project/pull/75459 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Remove all vendor triples (PR #75459)

2023-12-14 Thread Andreas Schwab via cfe-commits
andreas-schwab wrote: pr/74513 https://github.com/llvm/llvm-project/pull/75459 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Remove all vendor triples (PR #75459)

2023-12-14 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab created https://github.com/llvm/llvm-project/pull/75459 None >From 65b392b384fadc994fe0647a254d623a334723e1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 6 Dec 2023 10:50:54 +0100 Subject: [PATCH] [Driver] Remove all vendor triples --- clang/lib/D

[clang] [Driver] Add riscv64-suse-linux triple (PR #74513)

2023-12-06 Thread Andreas Schwab via cfe-commits
andreas-schwab wrote: This breaks valid use cases. https://github.com/llvm/llvm-project/pull/74513 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Add riscv64-suse-linux triple (PR #74513)

2023-12-05 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab created https://github.com/llvm/llvm-project/pull/74513 Fixes: 72256 >From b5bc870a7609629672f5d7a0758941f61c25115d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 4 Dec 2023 15:47:24 +0100 Subject: [PATCH] [Driver] Add riscv64-suse-linux triple Fix

[llvm] [clang] main (PR #74441)

2023-12-05 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab closed https://github.com/llvm/llvm-project/pull/74441 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm] [clang] main (PR #74441)

2023-12-05 Thread Andreas Schwab via cfe-commits
https://github.com/andreas-schwab created https://github.com/llvm/llvm-project/pull/74441 - [Bazel] Add support for targeting Linux riscv64 - [Driver] Add riscv64-suse-linux triple >From fa28e94a057a8916843178c4948d9f7a8ab7c146 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 2 May 20

Re: [PATCH] Add support for openSUSE RISC-V triple

2019-06-18 Thread Andreas Schwab via cfe-commits
On Jun 18 2019, Roman Lebedev wrote: > Missing a test, and if this is a patch and not a commit you want to > submit it via https://llvm.org/docs/Phabricator.html http://llvm.org/docs/DeveloperPolicy.html says I should send it here. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key

[PATCH] Add support for openSUSE RISC-V triple

2019-06-18 Thread Andreas Schwab via cfe-commits
--- clang/lib/Driver/ToolChains/Gnu.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp b/clang/lib/Driver/ToolChains/Gnu.cpp index c8520968e45..64f4f9e1e26 100644 --- a/clang/lib/Driver/ToolChains/Gnu.cpp +++ b/clang/lib/Driver/ToolChains