From: Alexey Bataev Date: Fri, 19 Jun 2015 08:09:27 +0000 (+0000) Subject: [ATTRIBUTE] Fixed test compatibility. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a07c2fc314cb918bc1c7b97f0675a4d6175635f3;p=clang [ATTRIBUTE] Fixed test compatibility. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240126 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/attr-mode-vector-types.c b/test/Sema/attr-mode-vector-types.c index 951598ff5e..3893922a6a 100644 --- a/test/Sema/attr-mode-vector-types.c +++ b/test/Sema/attr-mode-vector-types.c @@ -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;