From: Simon Atanasyan Date: Sun, 3 Aug 2014 16:11:05 +0000 (+0000) Subject: [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128` X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ab94b910bec14e4055a44eb4c652000589ea028;p=platform%2Fupstream%2Fllvm.git [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128` type handling. llvm-svn: 214662 --- diff --git a/clang/test/Sema/types.c b/clang/test/Sema/types.c index 778a5fe..0450de1 100644 --- a/clang/test/Sema/types.c +++ b/clang/test/Sema/types.c @@ -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];