aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/apple-kext-i386.cpp
AgeCommit message (Expand)Author
2012-11-08Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson
2012-10-09[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]Chad Rosier
2012-06-26[driver] Make -serialize-diagnostics (one dash) and alias forChad Rosier
2012-04-04Simplify test a bit now that it's not actually running cc1plus.Bob Wilson
2012-04-04Don't actually execute gcc during testing.Benjamin Kramer
2012-04-04Add a testcase for svn r153854.Bob Wilson
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
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-09-08[driver] i386 kext preprocessor jobs also need their unsupported options Chad Rosier
2011-08-26[driver] Remove a few more options when clang invokes cc1plus for i386 kexts.Chad Rosier
2011-08-18[driver] Implement in a more table-like manner and add many more warning optionsChad Rosier
2011-08-17[driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier
2011-08-13Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.Bob Wilson
2011-03-18Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, weDaniel Dunbar