[clang] [llvm] Revert changes in AddDefaultGCCPrefixes() for SystemZTriples. (PR #94729)
Ulrich Weigand via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 07:14:21 PDT 2024
uweigand wrote:
This `/etc/lsb-release` test looks a bit weird to me. Why can't it simply do:
```
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
```
like the upstream `config.guess` does?
That should properly match the other variants that are simply missing one of the triple fields.
https://github.com/llvm/llvm-project/pull/94729
More information about the cfe-commits
mailing list