clang-1/test/Driver
Daniel Dunbar 3ed2945226 Don't run dsymutil when making a fat executable direct source.
- Otherwise, we will end up with stray .dSYM files which don't get
   lipo'ed or removed.

 - Ideally we would run dsymutil on the result, but we don't have the
   infrastructure for that yet. Note that gcc doesn't handle this case
   either.

 - <rdar://problem/6809621> [driver] clang leaves .dSYM files lying
   around in tmp.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69951 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-24 03:03:52 +00:00
..
Xarch.c Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases 2009-03-25 06:12:34 +00:00
bindings.c Missed test case update (part of previous commit) 2009-03-30 06:49:40 +00:00
clang-translation.c (LLVM up) Update to use llvm::sys::getHostTriple(). 2009-03-31 17:35:15 +00:00
clang_cpp.c Driver: Split out CPP specific options for clang so that we don't end 2009-04-08 23:54:23 +00:00
clang_f_opts.c Driver: Fix forwarding of -fpascal-strings. 2009-04-07 23:51:44 +00:00
darwin-cc.c Driver: Add test case for darwin::Preprocess and darwin::Compile 2009-03-29 22:27:40 +00:00
darwin-ld.c Don't run dsymutil when making a fat executable direct source. 2009-04-24 03:03:52 +00:00
darwin-version.c Force driver triple. 2009-04-10 22:53:25 +00:00
flags.c Driver: Unbreak ArgList::hasFlag. 2009-03-30 18:13:26 +00:00
hello.c Rename clang-driver to clang. 2009-03-24 03:07:05 +00:00
lto.c Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. 2009-03-24 20:17:30 +00:00
parsing.c Driver: Fix a parsing bug where some options were matched 2009-04-07 18:21:47 +00:00
phases.c Rename clang-driver to clang. 2009-03-24 03:07:05 +00:00
preprocessor.c Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
pth.c Rename clang-driver to clang. 2009-03-24 03:07:05 +00:00
qa_override.c Support QA_OVERRIDE_GCC3_OPTIONS 2009-04-17 01:54:00 +00:00
std.c Driver: Fix forwarding of -{std,ansi,trigraphs} when there are 2009-04-07 22:13:21 +00:00