hanchenye-llvm-project/clang/lib
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
..
AST Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode 2009-04-24 00:30:45 +00:00
Analysis Refactor common logic in getMethodSummary() and getClassMethodSummary(). No 2009-04-23 23:08:22 +00:00
Basic some arm triples have weird characters in them, just fuzzy match 2009-04-23 04:22:04 +00:00
CodeGen Clang part of r69947. Reverting back 69574 as it is no longer needed. 2009-04-24 02:40:57 +00:00
Driver Don't run dsymutil when making a fat executable direct source. 2009-04-24 03:03:52 +00:00
Frontend Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's good for uniformity is good for PCH (or is it the other way around?). 2009-04-24 00:11:27 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! 2009-04-21 23:28:41 +00:00
Parse Fix a problem with objc foreach loop. It turns out that objc mode changes 2009-04-22 00:54:41 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also 2009-04-24 02:57:34 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00