[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Driver / arm-nopacbti-disabled-features.c
blob7fc81cd5ca82693349b1f7c059d4ed4a3645c344
2 // RUN: %clang -target arm-arm-none-eabi -march=armv8.1-m.main+nopacbti %s -### 2>&1 | FileCheck %s
3 // RUN: %clang -target arm-arm-none-eabi -mcpu=cortex-m85+nopacbti %s -### 2>&1 | FileCheck %s
5 // CHECK-NOT: "-target-feature" "+pacbti"
6 // CHECK: "-target-feature" "-pacbti"
7 // CHECK-NOT: "-target-feature" "+pacbti"