summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-byval.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-141-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 testsTimur Iskhodzhanov2014-01-301-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 Verma2013-04-011-1/+1
| | | | | | The assembly output for Hexagon contains ".string missing_arg". llvm-svn: 178471
* Update test.Benjamin Kramer2011-11-091-1/+1
| | | | llvm-svn: 144185
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559
* test case for r112238.Devang Patel2010-08-261-0/+31
llvm-svn: 112239
OpenPOWER on IntegriCloud