]> granicus.if.org Git - clang/commitdiff
[ATTRIBUTE] Fixed test compatibility.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Jun 2015 08:09:27 +0000 (08:09 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Jun 2015 08:09:27 +0000 (08:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240126 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/attr-mode-vector-types.c

index 951598ff5e00443a2402b0a9bce32dbbf4644640..3893922a6a6d1b6b19bf864cba3a99591d4afd58 100644 (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;