forked from OSchip/llvm-project
Fix test for c7ee0b8bda
OpenBSD/sparc is dead and support was removed awhile ago.
This commit is contained in:
parent
272a876804
commit
7898c79b74
|
@ -875,9 +875,7 @@
|
|||
// 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
|
||||
// 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
|
||||
// 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
|
||||
// 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
|
||||
// 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
|
||||
// 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
|
||||
//
|
||||
// SPARC-NOT:#define _LP64
|
||||
// SPARC:#define __BIGGEST_ALIGNMENT__ 8
|
||||
|
@ -1026,7 +1024,6 @@
|
|||
// SPARC-NETOPENBSD:#define __SIZE_TYPE__ long unsigned int
|
||||
// SPARC:#define __SIZE_WIDTH__ 32
|
||||
// SPARC-DEFAULT-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 8U
|
||||
// SPARC-NETOPENBSD-CXX:#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 8UL
|
||||
// SPARC:#define __UINT16_C_SUFFIX__
|
||||
// SPARC:#define __UINT16_MAX__ 65535
|
||||
// SPARC:#define __UINT16_TYPE__ unsigned short
|
||||
|
|
Loading…
Reference in New Issue