[clang] [Driver] Find vendor-prefixed musl GCC toolchains (PR #206477)
Adeel Mujahid via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 5 07:11:23 PDT 2026
================
@@ -346,6 +346,11 @@ Non-comprehensive list of changes in this release
- Linux and Windows toolchains now support Clang multilibs using
``-fmultilib-flag=``.
+- The GCC installation detector now finds vendor-prefixed musl toolchains, such
+ as Alpine Linux's ``<arch>-alpine-linux-musl[abi]``, when given a neutral
+ ``--target=<arch>-linux-musl[abi]``. Previously this only worked when the
+ exact distribution triple was passed. (#GH89146)
+
- The SafeStack builtins ``__builtin___get_unsafe_stack_ptr``,
----------------
am11 wrote:
```suggestion
``-fmultilib-flag=``.
- The SafeStack builtins ``__builtin___get_unsafe_stack_ptr``,
```
https://github.com/llvm/llvm-project/pull/206477
More information about the cfe-commits
mailing list