summaryrefslogtreecommitdiff
path: root/test/Driver/debug-options.c
Commit message (Expand)AuthorAge
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-13
* Driver: Support -gmlt as an alias for -gline-tables-onlyDavid Blaikie2014-03-11
* Revert "Debug info: Make DWARF4 the default for Darwin, too."Adrian Prantl2014-02-17
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-14
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-14
* Driver: support -fno-debug-types-section to override -fdebug-types-sectionDavid Blaikie2014-01-27
* Driver support for -fdebug-types-sectionsDavid Blaikie2014-01-18
* Set default Dwarf Version for -gline-tables-only on Darwin to 2.Manman Ren2013-11-20
* Add support for -ggnu-pubnames matching the llvm support.Eric Christopher2013-09-13
* Update testing cases to check dwarf-2 for Darwin.Manman Ren2013-07-03
* Debug Info: set default to gdwarf-2 for Darwin.Manman Ren2013-07-02
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-19
* Accept and ignore -fdebug-types-section for now. This will be usedEric Christopher2013-06-18
* FileCheck-ize.Eric Christopher2013-06-18
* Reduce temp file pollution in some test cases.Benjamin Kramer2012-08-03
* Improve support for -g options accepted by Clang:Alexey Samsonov2012-06-21
* Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov2012-05-29
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-04
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-28
* test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensit...NAKAMURA Takumi2012-01-12
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-10
* Split out clang/test/Driver/debug-options-as.c from debug-options.c, and mark...NAKAMURA Takumi2011-12-31
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-22
* [driver] Don't blindly accept all -g options.Chad Rosier2011-11-04