summaryrefslogtreecommitdiff
path: root/test/Driver/gcc_forward.c
AgeCommit message (Expand)Author
2016-01-07Use an actual real architecture and massage a couple of comments.Eric Christopher
2016-01-07Test that we're not forwarding on -g options to the non integrated assembler.Eric Christopher
2015-01-14Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith
2014-06-29Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi
2014-06-27Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool
2013-11-23Don't use the gcc driver for assembling.Rafael Espindola
2013-08-19clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld.NAKAMURA Takumi
2013-06-20Fix typo in r184308.Richard Smith
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2010-08-13Driver/OptParser: Add a NoForward flag to prevent forwarding certain options toDaniel Dunbar