[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Driver / hip-printf.hip
blobeb626eda221f55fcdad94f5e5e6c9fa7a70d50a0
1 // REQUIRES: x86-registered-target
2 // REQUIRES: amdgpu-registered-target
4 // RUN: %clang -### -nogpulib -nogpuinc --target=x86_64-linux-gnu --cuda-gpu-arch=gfx900 \
5 // RUN:   %s 2>&1 | FileCheck %s
7 // CHECK: [[CLANG:".*clang.*"]] "-cc1"
8 // CHECK-NOT: "-Werror=format-nonliteral"