summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct-matching-constraint.c
Commit message (Collapse)AuthorAgeFilesLines
* Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson2013-09-161-1/+1
| | | | | | Patch by Artyom Skrobov. llvm-svn: 190801
* 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
* test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to ↵NAKAMURA Takumi2011-07-281-1/+1
| | | | | | source tree. llvm-svn: 136333
* test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ↵NAKAMURA Takumi2011-07-281-1/+1
| | | | | | or they would not be recognized as armv7 on some hosts. llvm-svn: 136330
* Fix this test to work for arm and on all platforms.Eric Christopher2011-07-281-9/+3
| | | | llvm-svn: 136307
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+19
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud