summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/sret.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-2/+2
| | | | | | | | clang tests were breaking, at least when compiling clang only, from an installed llvm. Make the lit.cfg script deal with the case when we don't have a host_triple available. llvm-svn: 220152
* Always compile debuginfo-tests for the host tripleFilipe Cabecinhas2014-10-161-2/+2
| | | | | | | | | | Since these tests expect a working debugger, always compile them for the host triple, assuming a working debugger is present. This enables us to compile and run them, even when clang is, by default, a cross-compiler (but can still target the host). llvm-svn: 219992
* Revert "Experimentally enable --verify-debug-info on some testcases and see if"Adrian Prantl2014-03-081-1/+1
| | | | | | | | | Some of the buildbots need to be upgraded to a more recen version of dwarfdump first. Reverting for now. llvm-svn: 203338
* Experimentally enable --verify-debug-info on some testcases and see ifAdrian Prantl2014-03-081-1/+1
| | | | | | the buildbots can take it. llvm-svn: 203327
* Relax testcase: Newer versions of LLDB don't necessarily print the "{" either.Adrian Prantl2014-02-271-1/+1
| | | | llvm-svn: 202319
* don't use CHECK-NEXT because it may be on the same line.Adrian Prantl2013-09-181-1/+1
| | | | llvm-svn: 190969
* Massage those regexps to work with both lldb and gdb.Adrian Prantl2013-09-181-2/+1
| | | | llvm-svn: 190967
* Add an lldb wrapper script that implements gdb-compatible commands on topAdrian Prantl2013-09-061-3/+4
| | | | | | | | | | | of lldb. This will be the new default method for executing the tests in this repository on Darwin. There is also a related patch for llvm/utils/test_debuginfo.pl coming. I also relaxed some of the checks to work with both gdb's and lldb's output. llvm-svn: 190185
* Now that we get non-trivial value parameters locations correct, un-XFAIL ↵David Blaikie2013-06-191-4/+2
| | | | | | these tests. llvm-svn: 184372
* We've got the type right, which has broken these tests - but now we need to ↵David Blaikie2013-06-071-0/+2
| | | | | | get the location information correct that the type was papering over llvm-svn: 183576
* Revert previous patch as the corresponding clang patch was reverted.Eric Christopher2012-01-261-1/+1
| | | | | | gdb's tests are too dependent upon order in debug info. llvm-svn: 149050
* Reverse the order that these are expected for clang change. ShouldEric Christopher2012-01-261-1/+1
| | | | | | | | be no functional change (the offsets in AT_data_member_location are still correct). If the gdb testsuite itself needs changing then I'll revert this and the clang patch. llvm-svn: 149026
* Silence return-type warning.Devang Patel2011-04-281-1/+2
| | | | llvm-svn: 130349
* test case for r125249.Devang Patel2011-02-101-0/+70
llvm-svn: 125250
OpenPOWER on IntegriCloud