| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||

