File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11// RUN: %clang_cc1 -emit-llvm-only -triple i686-windows-gnu -fdump-record-layouts %s | FileCheck %s
2+ // RUN: %clang_cc1 -emit-llvm-only -triple i686-windows-cygnus -fdump-record-layouts %s | FileCheck %s
23// RUN: %clang_cc1 -emit-llvm-only -triple i686-linux -fdump-record-layouts -Wno-incompatible-ms-struct %s | FileCheck %s
34// RUN: not %clang_cc1 -emit-llvm-only -triple i686-linux -fdump-record-layouts %s 2>&1 | FileCheck %s -check-prefix=ERROR
45
Original file line number Diff line number Diff line change 15351535// I386-CYGWIN:#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
15361536// I386-CYGWIN:#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
15371537// I386-CYGWIN:#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
1538+ // I386-CYGWIN:#define __GXX_TYPEINFO_EQUALITY_INLINE 0
15381539// I386-CYGWIN:#define __ILP32__ 1
15391540// I386-CYGWIN:#define __INT16_C(c) c
15401541// I386-CYGWIN:#define __INT16_C_SUFFIX__
17461747// X86_64-CYGWIN:#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
17471748// X86_64-CYGWIN:#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
17481749// X86_64-CYGWIN:#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
1750+ // X86_64-CYGWIN:#define __GXX_TYPEINFO_EQUALITY_INLINE 0
17491751// X86_64-CYGWIN:#define __INT16_C(c) c
17501752// X86_64-CYGWIN:#define __INT16_C_SUFFIX__
17511753// X86_64-CYGWIN:#define __INT16_FMTd__ "hd"
You can’t perform that action at this time.
0 commit comments