[PATCH] Add support for Mandriva and derived distributions #16289
Labels
bugzilla
Issues migrated from bugzilla
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
Extended Description
lib/Driver/ToolChains.cpp has some code for Linux distribution specific behavior and triplets -- but it's currently missing information about Mandriva and derived distributions (given they use unlisted triplets, this results in not finding crtbegin.o etc.)
This patch adds the triplets, distro detection, and some distro specific behavior (hash-style setting etc).
The text was updated successfully, but these errors were encountered: