summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pr5406.c
Commit message (Collapse)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
| | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-051-1/+1
| | | | | | | | | is for each machine. Fix up darwin tests that were testing for aapcs on armv7-ios when the actual ABI is apcs. Should be no user visible change without -cc1. llvm-svn: 223429
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
| | | | | | | | Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949
* Add a triple to this test and make sure it passes on arm where it wasEric Christopher2011-07-281-5/+2
| | | | | | supposed to. llvm-svn: 136305
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+20
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud