summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/darwin-as.c
Commit message (Collapse)AuthorAgeFilesLines
* darwin asm driver: suppress -Q for -no-integrated-as on darwin<11David Fang2013-12-101-2/+8
| | | | llvm-svn: 196981
* Change the clang driver with the use of -no-integrated-as for darwin to useKevin Enderby2013-11-181-3/+3
| | | | | | | | | | | | | | | the -Q flag to the as(1) assembler driver. We will soon be switching the darwin as(1) assembler driver to call clang(1) and use the intergated assembler by default. To do this and still support clang(1)'s -no-integrated-as flag, when clang(1) runs the as(1) assembler driver and -no-integrated-as is used it needs to pass the -Q flag to as(1) so it uses its GNU based assembler, and not turn around and call clag(1)'s integrated assembler. rdar://15495921 llvm-svn: 195054
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-3/+3
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* Update test for r151288Jim Grosbach2012-02-231-1/+1
| | | | llvm-svn: 151290
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-3/+3
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+3
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-3/+3
| | | | llvm-svn: 148138
* Stop disabling integrated assembler with -static. <rdar://problem/10175391>Bob Wilson2011-10-301-3/+4
| | | | | | | The integrated assembler seems to be working pretty well for -static code now, so remove the hacks to disable it. llvm-svn: 143304
* Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86.Daniel Dunbar2010-07-221-2/+8
| | | | llvm-svn: 109074
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Tolerate .exe on executables. Patch by John Thompson.Mike Stump2009-10-081-2/+2
| | | | llvm-svn: 83584
* Add missing '&&'...Daniel Dunbar2009-08-241-1/+1
| | | | llvm-svn: 79950
* PR4766: Don't pass -static to 'as' on x86_64 on Darwin.Daniel Dunbar2009-08-241-0/+10
Also, do pass -static even with -dynamic on i386. llvm-svn: 79948
OpenPOWER on IntegriCloud