summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/dwarf-version.c
Commit message (Collapse)AuthorAgeFilesLines
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-3/+3
| | | | | | Match LLVM changes from r224257. llvm-svn: 224259
* specify dwarf version for SolarisAlexander Eremin2014-10-161-0/+1
| | | | llvm-svn: 219901
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-131-6/+6
| | | | | | | The Tools.cpp part of the patch partially based on a patch from FreeBSD's LLVM tree. llvm-svn: 210883
* Revert "Debug info: Make DWARF4 the default for Darwin, too."Adrian Prantl2014-02-171-1/+1
| | | | | | | | | I'm holding this change to give maintainers of Darwin buildbots more time to update their toolchains. This reverts commit r201375. llvm-svn: 201520
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-141-1/+1
| | | | llvm-svn: 201375
* Attempt to migrate default dwarf version to 4 for linux.Eric Christopher2013-09-031-1/+1
| | | | llvm-svn: 189823
* Debug Info: set default to gdwarf-2 for Darwin.Manman Ren2013-07-021-0/+4
| | | | | | | | | | | | Darwin systems currently do not support dwarf version 3 or above. When we are ready, we can bump the default to gdwarf-4 for Darwin. For other systems, the default is dwarf version 3, if everything goes smoothly, we can bump the version to 4. rdar://13591116 llvm-svn: 185483
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-0/+10
These options will add a module flag with name "Dwarf Version". The behavior flag is currently set to Warning, so when two values disagree, a warning will be emitted. llvm-svn: 184276
OpenPOWER on IntegriCloud