[all-commits] [llvm/llvm-project] 6900e9: [LLVM][TargetParser] Handle -msys targets the same...
jeremyd2019 via All-commits
all-commits at lists.llvm.org
Thu Apr 24 03:28:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6900e9026516963ae625b28dded2cdf0bd16e590
https://github.com/llvm/llvm-project/commit/6900e9026516963ae625b28dded2cdf0bd16e590
Author: jeremyd2019 <github at jdrake.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M llvm/lib/TargetParser/Triple.cpp
M llvm/unittests/TargetParser/TripleTest.cpp
Log Message:
-----------
[LLVM][TargetParser] Handle -msys targets the same as -cygwin. (#136817)
MSYS2 uses i686-pc-msys and x86_64-pc-msys as target, and is a fork of
Cygwin. There's an effort underway to try to switch as much as possible
to use -pc-cygwin targets, but the -msys target will be hanging around
for the forseeable future.
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