]> granicus.if.org Git - clang/commitdiff
Merging r214662:
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 24 Nov 2014 21:24:31 +0000 (21:24 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 24 Nov 2014 21:24:31 +0000 (21:24 +0000)
------------------------------------------------------------------------
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

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];