aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/struct-matching-constraint.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson1-1/+1
Patch by Artyom Skrobov. llvm-svn: 190801
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach1-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
2011-07-28test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to ↵NAKAMURA Takumi1-1/+1
source tree. llvm-svn: 136333
2011-07-28test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ↵NAKAMURA Takumi1-1/+1
or they would not be recognized as armv7 on some hosts. llvm-svn: 136330
2011-07-28Fix this test to work for arm and on all platforms.Eric Christopher1-9/+3
llvm-svn: 136307
2011-07-26Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher1-0/+19
most of them to FileCheck. llvm-svn: 136159