summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/static-member.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 "xfail a test on darwin because some of the public buildbots are ↵Adrian Prantl2014-03-111-4/+0
| | | | | | | | stuck on" This reverts commit 203504. We decided that it is better to disable this test on a per-buildbot basis in zorg rather than everywhere on Darwin. llvm-svn: 203627
* xfail a test on darwin because some of the public buildbots are stuck onAdrian Prantl2014-03-101-0/+4
| | | | | | older versions of LLDB. llvm-svn: 203504
* Work around a bug in LLDB (it finds the wrong "C", rdar://problem/14933867)Adrian Prantl2014-03-081-12/+11
| | | | | | and enable this test on Darwin. llvm-svn: 203324
* Use a more backwards-compatible method for evaluating expressions and addAdrian Prantl2013-09-061-1/+1
| | | | | | more explanatory error messages. llvm-svn: 190215
* Only fail this on darwin since most other platforms should have a newerEric Christopher2013-09-041-1/+1
| | | | | | gdb. llvm-svn: 189920
* XFAILed the static-member.cpp test since we no longer support emitting debug ↵Michael Gottesman2013-09-041-0/+1
| | | | | | info that support what Eric calls "the member hack". llvm-svn: 189915
* Harden this test a bit to work on the mac with ancient gdbs.Eric Christopher2013-01-171-8/+9
| | | | llvm-svn: 172752
* Add a test for static member debug information.Eric Christopher2013-01-161-0/+35
Part of PR14471. Patch by Paul Robinson. llvm-svn: 172589
OpenPOWER on IntegriCloud