[Mips] Add the `mips64-linux-gnu` target to the test case to check `in128`
authorSimon Atanasyan <simon@atanasyan.com>
Sun, 3 Aug 2014 16:11:05 +0000 (16:11 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sun, 3 Aug 2014 16:11:05 +0000 (16:11 +0000)
type handling.

llvm-svn: 214662

clang/test/Sema/types.c

index 778a5fe..0450de1 100644 (file)
@@ -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];