summaryrefslogtreecommitdiff
path: root/test/Driver/darwin-debug-flags.c
Commit message (Collapse)AuthorAge
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-17
| | | | | | | | | | | | | | | | | AT_producer. Which includes clang's version information so we can tell which version of the compiler was used. This is second of the two steps to allow us to do this. The first was a change to llvm-mc with revision 172630 to provide a method to set the AT_producer string. This second step has the clang driver passing the value of getClangFullVersion() via the new flag -dwarf-debug-producer when invoking the integrated assembler on assembly source files. Then using the new setDwarfDebugProducer() method to set the AT_producer string. rdar://12888242 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172758 91177308-0d34-0410-b5e6-96231b3b80d8
* rename -ccc-host-triple into -targetSebastian Pop2012-01-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148582 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r148138; it's causing test failures.Eli Friedman2012-01-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148141 91177308-0d34-0410-b5e6-96231b3b80d8
* rename -ccc-host-triple into -targetSebastian Pop2012-01-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148138 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing triple to darwin clang driver test.Kevin Enderby2011-12-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147179 91177308-0d34-0410-b5e6-96231b3b80d8
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-22
| | | | | | | the clang driver to enable this when assembling a .s file. rdar://9275556 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147167 91177308-0d34-0410-b5e6-96231b3b80d8
* Update metadata id number in string compare check.Devang Patel2011-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130757 91177308-0d34-0410-b5e6-96231b3b80d8
* Driver/Darwin: Add deployment target after doing argument translation, so thatDaniel Dunbar2010-07-19
| | | | | | -mmacosx-version-min works inside a -Xarch_ flag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108712 91177308-0d34-0410-b5e6-96231b3b80d8
* Driver: Change -dwarf-debug-flags option to pass the original command lineDaniel Dunbar2010-06-04
| | | | | | arguments after translation, instead of the -cc1 level arguments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105476 91177308-0d34-0410-b5e6-96231b3b80d8
* fix whitespace in test to match llvm asmprinter change.Chris Lattner2009-12-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92251 91177308-0d34-0410-b5e6-96231b3b80d8
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-18
to compile a translation unit into the debug info for that file. - Used by parts of Darwin build process to check compiler flags, etc. - <rdar://problem/7256886> clang does not emit AT_APPLE_flags git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91661 91177308-0d34-0410-b5e6-96231b3b80d8