[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-12 Thread Martin Storsjö via cfe-commits
https://github.com/mstorsjo closed https://github.com/llvm/llvm-project/pull/108189 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-12 Thread Jan Svoboda via cfe-commits
jansvoboda11 wrote: No objections on my part. https://github.com/llvm/llvm-project/pull/108189 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-12 Thread Martin Storsjö via cfe-commits
mstorsjo wrote: Thanks! How do you feel about potentially backporting this to 19.x after a while? It’s not an urgent fix for a regression or something like that, but it’s kinda trivial enough. (In any case, it’d be after the first 19.1.0 is cut.) https://github.com/llvm/llvm-project/pull/10818

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-12 Thread Jan Svoboda via cfe-commits
https://github.com/jansvoboda11 approved this pull request. https://github.com/llvm/llvm-project/pull/108189 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-11 Thread Chuanqi Xu via cfe-commits
https://github.com/ChuanqiXu9 commented: LGTM but I'll leave this to @jansvoboda11 and @Bigcheese https://github.com/llvm/llvm-project/pull/108189 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Martin Storsjö (mstorsjo) Changes This allows clang-scan-deps to work correctly when using cross compilers with names like -clang. --- Full diff: https://github.com/llvm/llvm-project/pull/108189.diff 2 Files Affected: - (added)

[clang] [clang-scan-deps] Infer the target from the executable name (PR #108189)

2024-09-11 Thread Martin Storsjö via cfe-commits
https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/108189 This allows clang-scan-deps to work correctly when using cross compilers with names like -clang. From 1c7a8ffac3681ce8d662732c9489629d7d83d092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?=