It (introduced by 556d713c70) appears to be
related to the removed dragonegg project. In addition, the feature was a bit
misnamed and may lur users to unnecessarily use it.
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
// 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"
|