summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr
Commit message (Collapse)AuthorAgeFilesLines
* [x32] Adding X32 target support to driver, including ↵Zinovy Nis2014-07-105-0/+0
| | | | | | | | | | TargetInfo,DescriptionString, flags, paths lookup, etc. Cover changes with new tests. The author of the patch is Pavel Chupin (@pavel.v.chupin). The changes enable "hello world" on x32 target (x86_64-*-linux-gnux32). s/isX32/IsX32/ also fixed. Differential Revision: http://reviews.llvm.org/D4180 llvm-svn: 212725
* Update a comment to clarify that searching the target triple binChandler Carruth2013-06-206-0/+6
| | | | | | | | | | | | | | directory for programs used by the driver is actually the standard behavior we want to be compatible with GCC cross compilers -- it isn't specific to SUSE or any other distro. Also start fleshing out testing of the different cross compilation patterns, both with a new very bare-bones tree of cross compilers and by extending the multilib trees. Currently, we don't correctly model doing a cross compile using the non-triple target of a bi-arch GCC install, but I'll add support for that (and tests) next. llvm-svn: 184499
* Test a multilib setup on a 64-bit host. This is the far more commonChandler Carruth2011-10-038-0/+0
configuration, although the test still stubs out more directories than are necessary or common in order to exercise all of the lookup paths observed with upstream GCC. This finishes testing the distribution-independent and GCC-installation-independent parts of the library path search logic. More testing is still needed for the triple detection, GCC-installation detection, and handling distributions with unusual configurations. llvm-svn: 141000
OpenPOWER on IntegriCloud