summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/dyld-prefix.c
Commit message (Collapse)AuthorAgeFilesLines
* Driver: support exherbo's multiarch supportSaleem Abdulrasool2016-05-231-3/+3
| | | | | | | | Exherbo has an alternative file system layout to accommodate multiarch. The loader is located at /usr/${triple}/lib/${loader}. Adjust the Linux toolchain to support that on exherbo. llvm-svn: 270392
* Actually requiring shell disables the test on Windows whereasYaron Keren2015-07-151-2/+0
| | | | | | | previously requiring shell-preserves-root did not, so do not require anything. llvm-svn: 242314
* Since r179283, internal shell is default on windows and so shell-preserves-rootYaron Keren2015-07-151-1/+1
| | | | | | | | | | | | | | | is true on MSYS bash although this requires: used to disable tests on MSYS bash. Nevertheless, all tests requiring shell-preserves-root do pass except for Driver/darwin-sdkroot.c. It will require a patch, either by disabling it on Windows or by fixing shell-preserves-root to really be true only on MSYS and making darwin-sdkroot.c its only user. In any case, all other tests requiring shell-preserves-root do not really require it so I'm replacing REQUIRES: shell-preserves-root with REQUIRES: shell in two tests first. llvm-svn: 242312
* [x32] Adding X32 target support to driver, including ↵Zinovy Nis2014-07-101-0/+3
| | | | | | | | | | 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
* clang/test/Driver/dyld-prefix.c: Exclude MSYS bash.NAKAMURA Takumi2013-05-281-0/+2
| | | | llvm-svn: 182769
* Driver: implement --dyld-prefix option.Peter Collingbourne2013-05-271-0/+7
This option is used to select a dynamic loader prefix to be used at runtime. Currently this is implemented for the Linux toolchain. Differential Revision: http://llvm-reviews.chandlerc.com/D851 llvm-svn: 182744
OpenPOWER on IntegriCloud