Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [codeview] Make "clang -g" emit codeview by default when targetting MSVC | Reid Kleckner | 2018-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Summary: If you're using the Microsoft ABI, chances are that you want PDBs and codeview debug info. Currently, everyone has to remember to specific -gcodeview by default, when it would be nice if the standard -g option did the right thing by default. Also, do some related cleanup of -cc1 options. When targetting the MS C++ ABI, we probably shouldn't pass -debugger-tuning=gdb. We were also passing -gcodeview twice, which is silly. Reviewers: smeenai, zturner Subscribers: aprantl, JDevlieghere, llvm-commits Differential Revision: https://reviews.llvm.org/D54499 llvm-svn: 346907 | ||||
* | Use an Itanium triple in DWARF debug info tests | Timur Iskhodzhanov | 2014-01-30 | 1 | -1/+2 |
| | | | | | | This should fix the clang part of the breakage in r200340. llvm-svn: 200435 | ||||
* | tests: Remove some stray and unused -cc1 flags. These tests appear to be written | Daniel Dunbar | 2011-11-05 | 1 | -1/+1 |
| | | | | | | to go through the driver. llvm-svn: 143791 | ||||
* | Tie debug information for method declaration with debug information for ↵ | Devang Patel | 2011-04-23 | 1 | -0/+10 |
method definition. llvm-svn: 130037 |