summaryrefslogtreecommitdiff
path: root/test/Driver/integrated-as.s
AgeCommit message (Expand)Author
2016-12-26test: add explicit triples to the invocationSaleem Abdulrasool
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-14Driver should forward at most one gdwarf-N flag to cc1as.Douglas Katzman
2015-08-19Properly pass through the PIC mode to the integrated assembler whenJames Y Knight
2015-06-23Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach
2014-05-19Pass -gdwarf-N options to integrated assemblerOliver Stannard
2014-04-01Fix up compression related test casesDavid Blaikie
2014-03-27Support for -Wa,-compress-debug-sections.David Blaikie
2014-01-22Driver: Suppression support for -Wa,--compress-debug-sectionsDavid Blaikie
2014-01-17Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a su...David Blaikie
2013-12-06Fix test case inefficiencyDavid Peixotto
2013-11-14Pass -Wa,-I and -Xassembler -I args to integrated assemblerDavid Peixotto
2013-09-26Fix up fallout from r187156.Bob Wilson
2013-08-20clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not bee...NAKAMURA Takumi
2013-08-19Explicitly specify triple in driver test from r188660Alexey Samsonov
2013-08-19Move SanitizerArgs to the clang DriverAlexey Samsonov
2013-07-26Add not to a command that is expected to fail.Rafael Espindola
2013-07-25Don't forward all assembler arguments untouched to -cc1asDavid Blaikie
2012-12-11clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi
2012-12-11Add tests for a corner case of when to relax all instructions:Rafael Espindola