[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] 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 Fangrui Song via cfe-commits
MaskRay wrote: Sorry for causing you trouble but I think removing special cases from these `static const char *const XXXTriples[]` is intentional and we shall not add special cases for vendors. See https://github.com/llvm/llvm-project/issues/72256#issuecomment-1842148887 https://github.co

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

2023-12-05 Thread via cfe-commits
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 3d21b5603835fcd1de8d0565c3324e36fed21ff1 b5bc870a7609629672f5d7a0758941f61c25115d --

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

2023-12-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Andreas Schwab (andreas-schwab) Changes Fixes: 72256 --- Full diff: https://github.com/llvm/llvm-project/pull/74513.diff 1 Files Affected: - (modified) clang/lib/Driver/ToolChains/Gnu.cpp (+2-1) ``diff diff --git a/cl

[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