aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/bindings.c
AgeCommit message (Expand)Author
2012-10-31Remove the -ccc-no-clang option.Rafael Espindola
2012-10-30Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola
2012-10-30In the past "production" clang builds would not be used for c++, andRafael Espindola
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-10-02Convert to FileCheck.Rafael 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-02Driver: Start ripping out support for -pipe, which is worthless and complicatesDaniel Dunbar
2010-05-14Force -no-integrated-as in this test.Daniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-08Fix ShouldUseClangCompiler to use llvm::Triple.Daniel Dunbar
2009-07-23Switch the driver back to always using clang-cc by default (for C++, andDaniel Dunbar
2009-03-30Missed test case update (part of previous commit)Daniel Dunbar
2009-03-26Driver: Add darwin::Link tool.Daniel Dunbar
2009-03-24Driver: Change default use of "clang" compiler.Daniel Dunbar
2009-03-24Rename clang-driver to clang.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-20Driver: Add and use darwin::Assemble tool.Daniel Dunbar
2009-03-18Driver: Update test case.Daniel Dunbar
2009-03-18Driver: Add test for binding of precompile; exposed bug due to myDaniel Dunbar
2009-03-18Driver: Add test case for -ccc-clang-archs (which, it turns out, wasDaniel Dunbar
2009-03-17Driver: Add test case for various parts of binding (no-integrated-cpp,Daniel Dunbar