From: Martell Malone Date: Tue, 21 Nov 2017 08:09:59 +0000 (+0000) Subject: [MS] add an init test for thumbv7-windows-msvc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5504871e3ae5dd4a16d0cb4be0fb5092492f3fde;p=clang [MS] add an init test for thumbv7-windows-msvc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318736 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 818cc2c82b..5fc568eae5 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -1438,6 +1438,11 @@ // AARCH64-DARWIN: #define __WINT_WIDTH__ 32 // AARCH64-DARWIN: #define __aarch64__ 1 +// RUN: %clang_cc1 -E -dM -ffreestanding -triple=thumbv7-windows-msvc < /dev/null | FileCheck -match-full-lines -check-prefix ARM-MSVC %s +// +// ARM-MSVC: #define _M_ARM_NT 1 +// ARM-MSVC: #define _WIN32 1 + // RUN: %clang_cc1 -E -dM -ffreestanding -triple=aarch64-windows-msvc < /dev/null | FileCheck -match-full-lines -check-prefix AARCH64-MSVC %s // // AARCH64-MSVC: #define _INTEGRAL_MAX_BITS 64