summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/solaris-header-search.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test/Driver: Add some --stdlib=platform, NFC.Jonas Hahnfeld2018-01-231-4/+4
| | | | | | This fixes the failing test when building with CLANG_DEFAULT_CXX_STDLIB. llvm-svn: 323231
* [Solaris] gcc toolchain handling revampFedor Sergeev2018-01-231-9/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [Solaris] Use the GCC Installation detector to add the C++ include paths.Rafael Espindola2015-09-091-0/+11
Patch by Xan López! llvm-svn: 247144
OpenPOWER on IntegriCloud