aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/hello.c
AgeCommit message (Expand)Author
2012-09-20Remove a test that is non-portable (cannot be execute on cross builds, for ex...David Blaikie
2011-03-16test/Driver/hello.c: Tweak for cygming.NAKAMURA Takumi
2011-02-27Fix this test case for CMake builds after r126502, which sneakily changed th...Frits van Bommel
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-11Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03XFAIL Driver/hello.c on Windows.Daniel Dunbar
2009-03-24Rename clang-driver to clang.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-18Add simple test case to make sure driver can generate executables.Daniel Dunbar