summaryrefslogtreecommitdiff
path: root/test/Driver/gcc-toolchain.cpp
AgeCommit message (Expand)Author
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld
2013-06-24Accept both / and \\ to fix the windows bots.Rafael Espindola
2013-06-20Update two options to my proposed syntax for user-facing driver options:Chandler Carruth
2012-02-21Skip testing the crtbegin.o, and resume using a single variable for theChandler Carruth
2012-02-21Clean up, add some documentation, and make this test return to checkingChandler Carruth
2012-02-19Make the regular expressions in this test more narrow to ensure we'reChandler Carruth
2012-02-19Don't check for /lib and /usr/lib.Rafael Espindola
2012-02-19Our handling of variables in FileCheck looks really broken on windws. JustRafael Espindola
2012-02-19Add an extra CHECK line to make sure TOOLCHAIN2 matches just the pathRafael Espindola
2012-02-19Looks like we use forward slashes for header search but back slashes forRafael Espindola
2012-02-19Try to match the linker being named ld.exe. Second try at fixing the windows ...Rafael Espindola
2012-02-19Don't assume a path starts with a /. Should fix the windows bot.Rafael Espindola
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola