summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/nested-struct.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | | | 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
* Add an lldb wrapper script that implements gdb-compatible commands on topAdrian Prantl2013-09-061-1/+1
| | | | | | | | | | | 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
* Test case for r131441.Devang Patel2011-05-171-0/+21
llvm-svn: 131442
OpenPOWER on IntegriCloud