summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/aggregate-indirect-arg.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
* relax testcase for LLDB output format compatibility.Adrian Prantl2014-03-191-1/+1
| | | | llvm-svn: 204280
* Relax testcase: Newer versions of LLDB don't necessarily print the "{".Adrian Prantl2014-02-271-1/+1
| | | | llvm-svn: 202415
* Massage those regexps to work with both lldb and gdb.Adrian Prantl2013-09-181-2/+2
| | | | llvm-svn: 190967
* Add an lldb wrapper script that implements gdb-compatible commands on topAdrian Prantl2013-09-061-3/+3
| | | | | | | | | | | 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-3/+1
| | | | | | 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
* Test case for r125142.Devang Patel2011-02-091-0/+32
llvm-svn: 125144
OpenPOWER on IntegriCloud