summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/darwin-multiarch-arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the unit test darwin-multiarch-arm.c for windowsSumanth Gundapaneni2016-11-141-1/+1
| | | | llvm-svn: 286842
* clang/test/Driver/darwin-multiarch-arm.c: Appease the case that "ld.exe" ↵NAKAMURA Takumi2016-01-161-2/+2
| | | | | | exists on %PATH% on win32. llvm-svn: 257989
* Fix buildbot bustage in Driver/darwin-multiarch-arm.c caused by r257983.Justin Lebar2016-01-161-7/+3
| | | | | | | The test was too loose; "ld" was matching directories named "build" in the path. llvm-svn: 257986
* Respect bound archs, even when they don't alter the toolchain.Justin Lebar2016-01-161-0/+18
Summary: It's possible to BindArch without changing the toolchain at all. For example, armv7 and armv7s have exactly the same toolchain triple. Therefore the code in the Driver that checks that we're not creating a job for the same Action twice needs to consider (Action, Toolchain, BoundArch) tuples. Reviewers: tra Subscribers: aemerson, echristo, beanz, cfe-commits Differential Revision: http://reviews.llvm.org/D16250 llvm-svn: 257983
OpenPOWER on IntegriCloud