hurd: Clean up test- Unsupported Windows to drop backslashes code- Upgrade to current gcc 10 versionReviewed By: MaskRayDifferential Revision: https://reviews.llvm.org/D101347
hurd: Detect libstdc++ include paths on Debian Hurd i386This is a follow-up of e92d2b80c6c9 ("[Driver] Detect libstdc++ includepaths for native gcc (-m32 and -m64) on Debian i386") for the Debian
hurd: Detect libstdc++ include paths on Debian Hurd i386This is a follow-up of e92d2b80c6c9 ("[Driver] Detect libstdc++ includepaths for native gcc (-m32 and -m64) on Debian i386") for the Debian Hurdcase, which has the same multiarch name reduction from i686 to i386.i386-linux-gnu is actually Linux-only, so this moves the code of that committo Linux.cpp, and adds the same to Hurd.cppReviewed By: MaskRayDifferential Revision: https://reviews.llvm.org/D101331
show more ...
Add Hurd target to Clang driver (2/2)This adds Hurd toolchain support to Clang's driver in additionto handling translating the triple from Hurd-compatible form tothe actual triple registered in L
Add Hurd target to Clang driver (2/2)This adds Hurd toolchain support to Clang's driver in additionto handling translating the triple from Hurd-compatible form tothe actual triple registered in LLVM.(Phabricator was stripping the empty files from the patch so I manually created them)Patch by sthibaul (Samuel Thibault)Differential Revision: https://reviews.llvm.org/D54379llvm-svn: 347833