Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | With this change, most 'g' options are rejected by CompilerInvocation. They remain only as Driver options. The new way to request debug info from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}" and "-dwarf-version={2|3|4}". In the absence of a command-line option to specify Dwarf version, the Toolchain decides it, rather than placing Toolchain-specific logic in CompilerInvocation. Also fix a bug in the Windows compatibility argument parsing in which the "rightmost argument wins" principle failed. Differential Revision: http://reviews.llvm.org/D13221 llvm-svn: 249655 | ||||
* | Implement a new -fstandalone-debug option. rdar://problem/15685848 | Adrian Prantl | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It controls everything that -flimit-debug-info used to, plus the vtable type optimization. The old -fno-limit-debug-info option is now an alias to -fstandalone-debug and vice versa. Standalone is the default on Darwin until dtrace is updated to work with non-standalone debug info (rdar://problem/15758808). Note: I kept the LimitedDebugInfo name in CodeGenOptions::DebugInfoKind because NoStandaloneDebugInfo sounded even more confusing. llvm-svn: 198655 | ||||
* | Update tests so that they don't rely upon LLVMDebugVersion number. | Devang Patel | 2012-02-03 | 1 | -2/+1 |
| | | | | llvm-svn: 149726 | ||||
* | Do not drop type qualifiers in -flimit-debug-info mode. | Devang Patel | 2011-10-24 | 1 | -0/+20 |
llvm-svn: 142873 |