| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 161237
|
|
|
|
|
|
|
|
| |
1. Accept flags -g[0-3], -ggdb[0-3], -gdwarf-[2-4] and collapse them to simple -g (except -g0/-ggdb0).
2. Produce driver error on unsupported formats (-gcoff, -gstabs, -gvms) and options (-gtoggle).
3. Recognize and ignore flags -g[no-]strict-dwarf, -g[no-]record-gcc-switches.
llvm-svn: 158906
|
|
|
|
|
|
| |
Leave a better fixme for different debug info flags
llvm-svn: 157602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It reduces the amount of emitted debug information:
1) DIEs in .debug_info have types DW_TAG_compile_unit, DW_TAG_subprogram,
DW_TAG_inlined_subroutine (for opt builds) and DW_TAG_lexical_block only.
2) .debug_str contains only function names.
3) No debug data for types/namespaces/variables is emitted.
4) The data in .debug_line is enough to produce valid stack traces with
function names and line numbers.
Reviewed by Eric Christopher.
llvm-svn: 156160
|
|
|
|
|
|
| |
rdar://10947759
llvm-svn: 151654
|
|
|
|
|
|
| |
cc1as-sensitive test. gcc driver is invoked for assembling on cygming.
llvm-svn: 148022
|
|
|
|
|
|
|
|
|
| |
source file. Otherwise -g -save-temps will error out on the compile
of any .c file.
Fixes about 4000 of the errors in the clang-tests gdb test suite.
llvm-svn: 147819
|
|
|
|
|
|
|
|
| |
mark it as XFAIL: mingw32.
Mingw32 target has not supported integrated-as yet.
llvm-svn: 147386
|
|
|
|
|
|
| |
the clang driver to enable this when assembling a .s file. rdar://9275556
llvm-svn: 147167
|
|
rdar://10383444
llvm-svn: 143732
|