r214662 - [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128`

Simon Atanasyan simon at atanasyan.com
Sun Aug 3 09:11:05 PDT 2014


Author: atanasyan
Date: Sun Aug  3 11:11:05 2014
New Revision: 214662

URL: http://llvm.org/viewvc/llvm-project?rev=214662&view=rev
Log:
[Mips] Add the `mips64-linux-gnu` target to the test case to check `in128`
type handling.

Modified:
    cfe/trunk/test/Sema/types.c

Modified: cfe/trunk/test/Sema/types.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/types.c?rev=214662&r1=214661&r2=214662&view=diff
==============================================================================
--- cfe/trunk/test/Sema/types.c (original)
+++ cfe/trunk/test/Sema/types.c Sun Aug  3 11:11:05 2014
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 %s -pedantic -verify -triple=x86_64-apple-darwin9
+// RUN: %clang_cc1 %s -pedantic -verify -triple=mips64-linux-gnu
 
 // rdar://6097662
 typedef int (*T)[2];





More information about the cfe-commits mailing list