]> granicus.if.org Git - clang/commitdiff
Also test OpenBSD/powerpc here for the various types expected to be the same across...
authorBrad Smith <brad@comstyle.com>
Sat, 25 Feb 2017 16:35:18 +0000 (16:35 +0000)
committerBrad Smith <brad@comstyle.com>
Sat, 25 Feb 2017 16:35:18 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296256 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/init.c

index 86d7b8465ae97c908ed8a94aa75ccc52dfd8c5fd..2ca05ae7c542f6313e1e3b78ab49ee6ba538b1eb 100644 (file)
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=aarch64-unknown-openbsd6.1 < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD %s
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=arm-unknown-openbsd6.1-gnueabi < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD %s
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=i386-unknown-openbsd6.1 < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD %s
+// RUN: %clang_cc1 -E -dM -ffreestanding -triple=powerpc-unknown-openbsd6.1 < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD %s
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=sparc64-unknown-openbsd6.1 < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD %s
 // OPENBSD:#define __ELF__ 1
 // OPENBSD:#define __INT16_TYPE__ short