Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / unwind-tables.c
blob0a863d79adbf6f0942e14198de5a591d74c84d6d
1 // RUN: %clang %s -dM -E -target x86_64-windows | FileCheck %s --check-prefix=NO
2 // RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables | FileCheck %s --check-prefix=NO
4 // RUN: %clang %s -dM -E -target x86_64 | FileCheck %s
5 // RUN: %clang %s -dM -E -target x86_64 -funwind-tables -fno-asynchronous-unwind-tables -g | FileCheck %s
6 // RUN: %clang %s -dM -E -target aarch64-apple-darwin | FileCheck %s
7 // RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables -g | FileCheck %s
8 // RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables -fexceptions | FileCheck %s
10 // NO-NOT: #define __GCC_HAVE_DWARF2_CFI_ASM
11 // CHECK: #define __GCC_HAVE_DWARF2_CFI_ASM 1