summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/sparc-sun-solaris2.11/usr/gcc
Commit message (Collapse)AuthorAgeFilesLines
* [Solaris] gcc toolchain handling revampFedor Sergeev2018-01-233-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: General idea is to utilize generic (mostly Generic_GCC) code and get rid of Solaris-specific handling as much as possible. In particular: - scanLibDirForGCCTripleSolaris was removed, relying on generic CollectLibDirsAndTriples - findBiarchMultilibs is now properly utilized to switch between m32 and m64 include & lib paths on Solaris - C system include handling copied from Linux (bar multilib hacks) Fixes PR24606. Reviewers: dlj, rafael, jyknight, theraven, tstellar Reviewed By: jyknight Subscribers: aaron.ballman, mgorny, krytarowski, ro, joerg, cfe-commits Differential Revision: https://reviews.llvm.org/D35755 llvm-svn: 323193
* Stop hardcoding GCC paths in crt/ld.so lookup.Rafael Espindola2015-08-313-0/+0
This patch refactors the code to use the GCC installation detector (modified so that it works in Solaris), and uses ToolChain::GetFilePath everywhere once it works. Patch by Xan López <xan@igalia.com>! llvm-svn: 246473
OpenPOWER on IntegriCloud