Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the unit test darwin-multiarch-arm.c for windows | Sumanth Gundapaneni | 2016-11-14 | 1 | -1/+1 |
| | | | | llvm-svn: 286842 | ||||
* | clang/test/Driver/darwin-multiarch-arm.c: Appease the case that "ld.exe" ↵ | NAKAMURA Takumi | 2016-01-16 | 1 | -2/+2 |
| | | | | | | exists on %PATH% on win32. llvm-svn: 257989 | ||||
* | Fix buildbot bustage in Driver/darwin-multiarch-arm.c caused by r257983. | Justin Lebar | 2016-01-16 | 1 | -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 Lebar | 2016-01-16 | 1 | -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 |