diff options
author | Erich Keane <erich.keane@intel.com> | 2017-07-21 22:46:31 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-07-21 22:46:31 +0000 |
commit | 2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88 (patch) | |
tree | d18eb5dfba534ad3f01812ead917fd5292291e6f /clang/test/Preprocessor/init.c | |
parent | ebba592682084a6c9d31a213dd2e0c6a680197b6 (diff) | |
download | bcm5719-llvm-2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88.tar.gz bcm5719-llvm-2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88.zip |
Remove Bitrig: Clang Changes
Bitrig code has been merged back to OpenBSD, thus the OS has been abandoned.
Differential Revision: https://reviews.llvm.org/D35708
llvm-svn: 308797
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 5a77d06d240..791fbd67314 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -2413,13 +2413,6 @@ // RUN: %clang -target x86_64-apple-darwin -arch armv7 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARM-MACHO-NO-EABI %s // ARM-MACHO-NO-EABI-NOT: #define __ARM_EABI__ 1 -// RUN: %clang_cc1 -E -dM -ffreestanding -triple=armv7-bitrig-gnueabihf < /dev/null | FileCheck -match-full-lines -check-prefix ARM-BITRIG %s -// ARM-BITRIG:#define __ARM_DWARF_EH__ 1 -// ARM-BITRIG:#define __SIZEOF_SIZE_T__ 4 -// ARM-BITRIG:#define __SIZE_MAX__ 4294967295UL -// ARM-BITRIG:#define __SIZE_TYPE__ long unsigned int -// ARM-BITRIG:#define __SIZE_WIDTH__ 32 - // Check that -mhwdiv works properly for targets which don't have the hwdiv feature enabled by default. // RUN: %clang -target arm -mhwdiv=arm -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMHWDIV-ARM %s |