llvm-project/clang/test/Driver
Daniel Dunbar ea9f032613 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.
- <rdar://problem/6669441> ccc doesn't handle assembler-with-cpp
   semantics correctly (but clang supports it)

 - This is sad, because it requires a fairly useless target
   hook. C'est la vie.

llvm-svn: 67418
2009-03-20 23:39:23 +00:00
..
bindings.c Driver: Add and use darwin::Assemble tool. 2009-03-20 16:06:39 +00:00
clang-translation.c Driver: Fix bug in translating -O to clang, add clang-translation test 2009-03-18 23:39:35 +00:00
hello.c Add simple test case to make sure driver can generate executables. 2009-03-18 22:49:41 +00:00
parsing.c Driver: Implement JoinedAndSeparateArg::getValue and add parsing test 2009-03-18 01:48:37 +00:00
phases.c ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. 2009-03-20 23:39:23 +00:00
pth.c Driver: Switch to using -include-pth. 2009-03-20 19:38:56 +00:00