hanchenye-llvm-project/clang/lib/Driver
Daniel Dunbar c1b1b4b2c9 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.

llvm-svn: 69951
2009-04-24 03:03:52 +00:00
..
Action.cpp Driver: I was too hasty in free'ing Actions, we sometimes share 2009-03-18 03:02:22 +00:00
Arg.cpp Driver: Track which original arguments an arg is derived from, so that 2009-03-29 22:29:05 +00:00
ArgList.cpp Driver: Add default for ArgList::hasFlag and simplify implementation. 2009-04-07 21:08:57 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Compilation.cpp Driver: Prep for tool chain specific argument translation. 2009-03-25 04:13:45 +00:00
Driver.cpp Look at the TMP environment variable as well. 2009-04-21 00:25:10 +00:00
HostInfo.cpp Quick and dirty (!) fix to make sure we use powerpc in triples. 2009-04-01 20:33:11 +00:00
InputInfo.h Driver: Handle "linker input" arguments. 2009-03-19 07:29:38 +00:00
Job.cpp Driver: ConstructJob also needs to know the destination (where to put 2009-03-18 07:06:02 +00:00
Makefile Remove dead code. 2009-03-26 21:25:00 +00:00
OptTable.cpp Driver: Add 'q' flag for options which shouldn't be reported as unused. 2009-04-07 19:04:18 +00:00
Option.cpp Driver: Add 'q' flag for options which shouldn't be reported as unused. 2009-04-07 19:04:18 +00:00
Phases.cpp ccc/Driver: Normalize phase spelling in -ccc-print-phases. 2009-03-13 17:52:07 +00:00
Tool.cpp Driver: Add name to Tool (for testing/debugging) and move GCC_* tools 2009-03-17 22:45:24 +00:00
ToolChain.cpp Fix searching for gcc, we only want executable files. 2009-03-27 00:40:20 +00:00
ToolChains.cpp Honor MACOSX_DEPLOYMENT_TARGET environment variable. 2009-04-10 21:00:07 +00:00
ToolChains.h Driver: Sketch FreeBSD tool chain. 2009-03-30 21:06:03 +00:00
Tools.cpp Don't run dsymutil when making a fat executable direct source. 2009-04-24 03:03:52 +00:00
Tools.h Preliminary PCH support in the driver 2009-04-18 00:34:01 +00:00
Types.cpp Driver: Add types::{isAcceptedByClang,isCXX} predicates. 2009-03-13 23:46:19 +00:00