[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / arm-pic-predefines.c
blob9082d794851128ad05cd523c7e6f66bf235ece1a
1 // REQUIRES: arm-registered-target
3 // RUN: %clang -target armv8--none-eabi -x c -E -dM %s -o - | FileCheck %s --check-prefix=NO-ROPI --check-prefix=NO-RWPI
4 // RUN: %clang -target armv8--none-eabi -x c -E -dM %s -o - -fropi | FileCheck %s --check-prefix=ROPI --check-prefix=NO-RWPI
5 // RUN: %clang -target armv8--none-eabi -x c -E -dM %s -o - -frwpi | FileCheck %s --check-prefix=NO-ROPI --check-prefix=RWPI
6 // RUN: %clang -target armv8--none-eabi -x c -E -dM %s -o - -fropi -frwpi | FileCheck %s --check-prefix=ROPI --check-prefix=RWPI
8 // Pre-defined macros for position-independence modes
10 // NO-ROPI-NOT: #define __APCS_ROPI
11 // ROPI: #define __ARM_ROPI
13 // NO-RWPI-NOT: #define __APCS_RWPI
14 // RWPI: #define __ARM_RWPI