summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/member-alignment.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-251-1/+1
| | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120160
* XFAIL this test for PPC.Bill Wendling2009-10-211-1/+1
| | | | llvm-svn: 84782
* Fix test.Evan Cheng2009-10-021-1/+2
| | | | llvm-svn: 83240
* C++ member functions must be 2 byte aligned per ABI.Evan Cheng2009-10-021-0/+19
llvm-svn: 83239
OpenPOWER on IntegriCloud