[ATTRIBUTE] Fixed test compatibility.

llvm-svn: 240126
This commit is contained in:
Alexey Bataev 2015-06-19 08:09:27 +00:00
parent 326057d0da
commit 259ef9234d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-linux-gnu %s
// Correct cases.
typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1;