brintos

brintos / llvm-project-archived public Read only

0
0
Text · 872 B · 5ff990d Raw
14 lines · c
1// RUN: %clang %s -dM -E -target x86_64-windows | FileCheck %s --check-prefix=NO2// RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables | FileCheck %s --check-prefix=NO3// RUN: %clang %s -dM -E -target x86_64 -fno-dwarf2-cfi-asm | FileCheck %s --check-prefix=NO4 5// RUN: %clang %s -dM -E -target x86_64 | FileCheck %s6// RUN: %clang %s -dM -E -target x86_64 -funwind-tables -fno-asynchronous-unwind-tables -g | FileCheck %s7// RUN: %clang %s -dM -E -target aarch64-apple-darwin | FileCheck %s8// RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables -g | FileCheck %s9// RUN: %clang %s -dM -E -target x86_64 -fno-asynchronous-unwind-tables -fexceptions | FileCheck %s10// RUN: %clang %s -dM -E -target x86_64-windows -fdwarf2-cfi-asm | FileCheck %s11 12// NO-NOT: #define __GCC_HAVE_DWARF2_CFI_ASM13// CHECK: #define __GCC_HAVE_DWARF2_CFI_ASM 114