summaryrefslogtreecommitdiffstats
path: root/test/Driver/darwin-dsymutil.c
Commit message (Expand)AuthorAgeFilesLines
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-1/+1
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-7/+8
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-8/+7
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-7/+8
* Fix an assertion failure when invoking dsymutil.Bob Wilson2014-02-211-0/+3
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-5/+5
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-5/+5
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-5/+5
* Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file.Daniel Dunbar2011-03-251-0/+7
* Driver: .dSYM suffix should be appended, not replace the existing suffix.Daniel Dunbar2010-07-011-1/+1
* Driver/Darwin: Only run dsymutil when we are also compiling/assembling as partDaniel Dunbar2010-06-291-0/+7
* Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar2010-06-041-0/+31