From: Brad Smith Date: Sat, 25 Feb 2017 16:35:18 +0000 (+0000) Subject: Also test OpenBSD/powerpc here for the various types expected to be the same across... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbb73375892f6e0b686f7f3debcc9bf2d652ac85;p=clang Also test OpenBSD/powerpc here for the various types expected to be the same across archs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 86d7b8465a..2ca05ae7c5 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -8765,6 +8765,7 @@ // 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