summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/vtable-debug-info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
| | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
* Use -emit-llvm for the following tests to stop them from failing for Hexagon:Jyotsna Verma2013-04-161-1/+1
| | | | | | | | CodeGenCXX/vtable-debug-info.cpp Driver/objc++-cpp-output.mm Driver/objc-cpp-output.m llvm-svn: 179602
* test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw.NAKAMURA Takumi2011-05-021-3/+4
| | | | | FIXME: It would crash with -integrated-as. Implement -g on MCCOFF. llvm-svn: 130682
* test: Mark two tests as XFAIL:mingw.NAKAMURA Takumi2011-03-051-1/+1
| | | | llvm-svn: 127076
* XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace.Francois Pichet2010-12-201-1/+5
| | | | llvm-svn: 122230
* Disable this test on Windows; it crashes and popup an dialog on each lit ↵Francois Pichet2010-12-201-0/+5
| | | | | | | | test run. I have no idea how to fix it. llvm-svn: 122227
* Update test.Devang Patel2010-12-091-2/+2
| | | | | | This test intends to catch invalid use of ".byte 256" in output. Now, the assert in MC will be triggered in such cases. llvm-svn: 121403
* Test case for r121323.Devang Patel2010-12-091-0/+309
llvm-svn: 121324
OpenPOWER on IntegriCloud