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 | ||||
* | Modifed debug-info-byval.cpp test to grep for .string or .asciz. | Jyotsna Verma | 2013-04-01 | 1 | -1/+1 |
| | | | | | | The assembly output for Hexagon contains ".string missing_arg". llvm-svn: 178471 | ||||
* | Update test. | Benjamin Kramer | 2011-11-09 | 1 | -1/+1 |
| | | | | llvm-svn: 144185 | ||||
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559 | ||||
* | test case for r112238. | Devang Patel | 2010-08-26 | 1 | -0/+31 |
llvm-svn: 112239 |