[all-commits] [llvm/llvm-project] 44727f: [clang][mingw] Try both native and ARM64EC triples...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Fri Jul 17 10:37:17 PDT 2026
Branch: refs/heads/release/23.x
Home: https://github.com/llvm/llvm-project
Commit: 44727f2bc6e66afccfc0e3e3f0d2e5f241924593
https://github.com/llvm/llvm-project/commit/44727f2bc6e66afccfc0e3e3f0d2e5f241924593
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M clang/lib/Driver/ToolChains/MinGW.cpp
M clang/test/Driver/mingw-sysroot.cpp
Log Message:
-----------
[clang][mingw] Try both native and ARM64EC triples when looking for a sysroot on the ARM64EC target (#210017)
Similarly to MSVC, a MinGW toolchain may provide support for both ARM64
and ARM64EC in a single sysroot. Structuring the toolchain this way has
the additional advantage of seamlessly supporting linking ARM64X images.
Support this configuration in findClangRelativeSysroot.
(cherry picked from commit 205a66201235c03b892e075ae548d6ea12f024a3)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list