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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27cfbead23da48dfb89a243478e86803386e900f;p=clang [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128` type handling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/types.c b/test/Sema/types.c index 778a5fe9f7..0450de1c8e 100644 --- a/test/Sema/types.c +++ b/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];