r240126 - [ATTRIBUTE] Fixed test compatibility.

Alexey Bataev a.bataev at hotmail.com
Fri Jun 19 01:09:28 PDT 2015


Author: abataev
Date: Fri Jun 19 03:09:27 2015
New Revision: 240126

URL: http://llvm.org/viewvc/llvm-project?rev=240126&view=rev
Log:
[ATTRIBUTE] Fixed test compatibility.

Modified:
    cfe/trunk/test/Sema/attr-mode-vector-types.c

Modified: cfe/trunk/test/Sema/attr-mode-vector-types.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/attr-mode-vector-types.c?rev=240126&r1=240125&r2=240126&view=diff
==============================================================================
--- cfe/trunk/test/Sema/attr-mode-vector-types.c (original)
+++ cfe/trunk/test/Sema/attr-mode-vector-types.c Fri Jun 19 03:09:27 2015
@@ -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;





More information about the cfe-commits mailing list