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
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
tbaederr wrote:
Care to explain?
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
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 2952bc3384412ca67fd1dcd2eac595088d692802
65b392b384fadc994fe0647a254d623a334723e1 --
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Andreas Schwab (andreas-schwab)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/75459.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains/Gnu.cpp (+16-37)
``diff
diff --git a/clang/lib/Driver/Too
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