summaryrefslogtreecommitdiffstats
path: root/test/Driver/gcc-toolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld2016-02-121-2/+2
* Accept both / and \\ to fix the windows bots.Rafael Espindola2013-06-241-1/+1
* Update two options to my proposed syntax for user-facing driver options:Chandler Carruth2013-06-201-1/+7
* Skip testing the crtbegin.o, and resume using a single variable for theChandler Carruth2012-02-211-6/+6
* Clean up, add some documentation, and make this test return to checkingChandler Carruth2012-02-211-12/+10
* Make the regular expressions in this test more narrow to ensure we'reChandler Carruth2012-02-191-6/+5
* Don't check for /lib and /usr/lib.Rafael Espindola2012-02-191-2/+0
* Our handling of variables in FileCheck looks really broken on windws. JustRafael Espindola2012-02-191-4/+4
* Add an extra CHECK line to make sure TOOLCHAIN2 matches just the pathRafael Espindola2012-02-191-1/+2
* Looks like we use forward slashes for header search but back slashes forRafael Espindola2012-02-191-3/+3
* Try to match the linker being named ld.exe. Second try at fixing the windows ...Rafael Espindola2012-02-191-1/+1
* Don't assume a path starts with a /. Should fix the windows bot.Rafael Espindola2012-02-191-1/+1
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-0/+27