[all-commits] [llvm/llvm-project] 424bf5: [Driver] Bring back "Clean up Debian multiarch /us...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Mar 22 13:25:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 424bf5d8918f6356f1b8e99205c5fc8b4783ca22
https://github.com/llvm/llvm-project/commit/424bf5d8918f6356f1b8e99205c5fc8b4783ca22
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
Log Message:
-----------
[Driver] Bring back "Clean up Debian multiarch /usr/include/<triplet> madness" and restore i586-linux-gnu
This reverts commit 933d146f38c6d77a9b4fdde2b6b394f6ad9f8bf5 and 21b211a8f24f8ecfab8b380ff761a90d9cf73924
(which mis-identified the issue) but restores i586-linux-gnu which was
removed by `Gnu.cpp: remove obsoleted i386 triple detection from end-of-life distribution versions`.
Looks like i586-linux-gnu was not dead enough (used in a sysroot by Fuchsia build bot based on Debian jessie:)
but i486-linux-gnu should be very dead by now.
More information about the All-commits
mailing list