From: Daniel Sanders Date: Mon, 24 Nov 2014 21:24:31 +0000 (+0000) Subject: Merging r214662: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09a35a63c45b64f29088ccff41813211683b1fcc;p=clang Merging r214662: ------------------------------------------------------------------------ r214662 | atanasyan | 2014-08-03 17:11:05 +0100 (Sun, 03 Aug 2014) | 2 lines [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/branches/release_35@222689 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];