History log of /external/clang/test/Driver/debug-options.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
176edba5311f6eff0cad2631449885ddf4fbc9ea 01-Dec-2014 Stephen Hines <srhines@google.com> Update aosp/master Clang for rebase to r222490.

Change-Id: Ic557ac55e97fbf6ee08771c7b7c3594777b0aefd
/external/clang/test/Driver/debug-options.c
c568f1e98938584c0ef0b12ae5018ff7d90a4072 21-Jul-2014 Stephen Hines <srhines@google.com> Update Clang for rebase to r212749.

This also fixes a small issue with arm_neon.h not being generated always.

Includes a cherry-pick of:
r213450 - fixes mac-specific header issue
r213126 - removes a default -Bsymbolic on Android

Change-Id: I2a790a0f5d3b2aab11de596fc3a74e7cbc99081d
/external/clang/test/Driver/debug-options.c
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/Driver/debug-options.c
0f43a6daddd41722a4183a49b344f85b5aefbb33 14-Sep-2013 Eric Christopher <echristo@gmail.com> Add support for -ggnu-pubnames matching the llvm support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190729 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
e7830480e20e810d1cb2352a8ccc5f63ecf79e27 03-Jul-2013 Manman Ren <mren@apple.com> Update testing cases to check dwarf-2 for Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185577 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
8ed38d8046e642c2d81775ada2ecee821f2e2a02 03-Jul-2013 Manman Ren <mren@apple.com> Debug Info: set default to gdwarf-2 for Darwin.

Darwin systems currently do not support dwarf version 3 or above. When we are
ready, we can bump the default to gdwarf-4 for Darwin.

For other systems, the default is dwarf version 3, if everything goes smoothly,
we can bump the version to 4.

rdar://13591116


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185483 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
fc0f91cf0673775ce4b8b174dbb05ad2e4e6cd01 19-Jun-2013 Manman Ren <mren@apple.com> Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4

These options will add a module flag with name "Dwarf Version".
The behavior flag is currently set to Warning, so when two values disagree,
a warning will be emitted.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184276 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
3e8ac1b4d50a3b13bdda99f9d842b0127315ecf0 18-Jun-2013 Eric Christopher <echristo@gmail.com> Accept and ignore -fdebug-types-section for now. This will be used
later with dwarf4 type hashing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184152 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
e7d9464fe4a486d2b86223bd70a6f666e5e27468 18-Jun-2013 Eric Christopher <echristo@gmail.com> FileCheck-ize.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184151 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
967d833784786324f8ae62d2042cba363f1b658f 03-Aug-2012 Benjamin Kramer <benny.kra@googlemail.com> Reduce temp file pollution in some test cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161237 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
7f3260764a3614e22dcf24d71c1155f14a9b4e6e 21-Jun-2012 Alexey Samsonov <samsonov@google.com> Improve support for -g options accepted by Clang:
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158906 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
a9cd83b1ddfa7d05e2887f59532e59e626b03ef6 29-May-2012 Alexey Samsonov <samsonov@google.com> Make Clang driver pass the last option from -g group to the compiler.
Leave a better fixme for different debug info flags

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
fd00eecad6fa5400cf37269d84361a0551d0e6d3 04-May-2012 Alexey Samsonov <samsonov@google.com> This patch adds a new Clang compiler flag "-gline-tables-only".
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156160 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
670326f414ca3f8f2cb1ad2f8bd42d5804b563c8 28-Feb-2012 Chad Rosier <mcrosier@apple.com> [driver] Add support for -g2 and -ggdb debug flags.
rdar://10947759



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151654 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
b4218a3fb398e63842f62156c3856b5f485eb08b 12-Jan-2012 NAKAMURA Takumi <geek4civic@gmail.com> test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensitive test. gcc driver is invoked for assembling on cygming.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148022 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
8f0a403945b60a8a8a56a7721bb66f6b84ec129b 10-Jan-2012 Eric Christopher <echristo@apple.com> Add -g to the cc1as flags only if we're dealing with an original
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147819 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
868f65c6bf904591f62a0d69866825d2d3dfd16f 31-Dec-2011 NAKAMURA Takumi <geek4civic@gmail.com> Split out clang/test/Driver/debug-options-as.c from debug-options.c, and mark it as XFAIL: mingw32.

Mingw32 target has not supported integrated-as yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147386 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
567003e572eed69cf1e8a04601076c8803355c7a 22-Dec-2011 Kevin Enderby <enderby@apple.com> Last part of support for generating dwarf for assembly source files. This gets
the clang driver to enable this when assembling a .s file. rdar://9275556


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147167 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c
2875bda1505bce995f745002affb20862765ed04 04-Nov-2011 Chad Rosier <mcrosier@apple.com> [driver] Don't blindly accept all -g options.
rdar://10383444


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143732 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Driver/debug-options.c