]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214662 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/types.c

index 778a5fe9f7ca02b2ee241be63a1e50391282bffb..0450de1c8e9bc736f3af9d53a0fd9eee45538020 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];