summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-method2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-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 Patel2012-02-031-2/+1
| | | | llvm-svn: 149726
* Do not drop type qualifiers in -flimit-debug-info mode.Devang Patel2011-10-241-0/+20
llvm-svn: 142873
OpenPOWER on IntegriCloud