You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// REQUIRES: clang-driver
|
|
// REQUIRES: x86-registered-target
|
|
// REQUIRES: amdgpu-registered-target
|
|
|
|
// RUN: %clang -### -target x86_64-linux-gnu --cuda-gpu-arch=gfx900 \
|
|
// RUN: %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: [[CLANG:".*clang.*"]] "-cc1"
|
|
// CHECK-NOT: "-Werror=format-nonliteral"
|