summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr
Commit message (Collapse)AuthorAgeFilesLines
* [x32] Adding X32 target support to driver, including ↵Zinovy Nis2014-07-107-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
* Add file missed in r211360 commitUlrich Weigand2014-06-201-0/+0
| | | | llvm-svn: 211361
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-203-0/+0
| | | | | | | | | | On PowerPC LE the system uses the /lib64/ld64.so.2 dynamic linker name instead of /lib64/ld64.so.1 (to indicate the ELFv2 ABI version). This fixes the clang driver to pass the appropriate -dynamic-linker setting, and adds some more tests to linux-ld.c. llvm-svn: 211360
* [PowerPC] Add MultiarchIncludeDirs for powerpc64leUlrich Weigand2014-06-203-0/+0
| | | | | | | | | | There was already partial support for multi-arch on powerpc64le, but the MultiarchIncludeDirs setting was missing. This patch adds the appropriate definition, and also extends the linux-header-search.cpp test case to verify an Ubuntu 14.04 powerpc64le tree. llvm-svn: 211359
* [Driver] Do not lose already detected set of toolchain's multilibs whileSimon Atanasyan2014-05-125-0/+0
iterating over different library path suffixes and different library versions. To find the most appropriate library for the given command line flags we iterate over a set of disk paths. Before probe each path the already detected set of multilibs are cleared. If the set of paths contains existing paths which do not satisfy command line flags or do not contain necessary libraries and object files at all we might lose found multilibs. The patch updates variables which hold detected multilibs if we really find a new multilib matches command line flags. The patch reviewed by Jon Roelofs. llvm-svn: 208523
OpenPOWER on IntegriCloud