Skip to content

Commit 50d4a84

Browse files
brad0tstellar
authored andcommitted
Fix test for c7ee0b8
OpenBSD/sparc is dead and support was removed awhile ago. (cherry picked from commit 7898c79)
1 parent 869c1d7 commit 50d4a84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/Preprocessor/init.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,9 +878,7 @@
878878
// RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT %s
879879
// RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-rtems-elf < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT %s
880880
// RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-netbsd < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-NETOPENBSD %s
881-
// RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-openbsd < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-NETOPENBSD %s
882881
// RUN: %clang_cc1 -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-none < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-DEFAULT -check-prefix SPARC-DEFAULT-CXX %s
883-
// RUN: %clang_cc1 -x c++ -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=sparc-none-openbsd < /dev/null | FileCheck -match-full-lines -check-prefix SPARC -check-prefix SPARC-NETOPENBSD -check-prefix SPARC-NETOPENBSD-CXX %s
884882
//
885883
// SPARC-NOT:#define _LP64
886884
// SPARC:#define __BIGGEST_ALIGNMENT__ 8
@@ -1030,7 +1028,6 @@
10301028
// SPARC-NETOPENBSD:#define __SIZE_TYPE__ long unsigned int
10311029
// SPARC:#define __SIZE_WIDTH__ 32
10321030
// SPARC-DEFAULT-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 8U
1033-
// SPARC-NETOPENBSD-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 8UL
10341031
// SPARC:#define __UINT16_C_SUFFIX__
10351032
// SPARC:#define __UINT16_MAX__ 65535
10361033
// SPARC:#define __UINT16_TYPE__ unsigned short

0 commit comments

Comments
 (0)