We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c563dc commit a50d036Copy full SHA for a50d036
clang/test/Driver/hip-spirv-translator-new-driver.c
@@ -2,7 +2,7 @@
2
// The input and output files cannot be the same.
3
4
// RUN: %clang --offload-new-driver -### -save-temps -nogpuinc -nogpulib \
5
-// RUN: --offload-arch=amdgcnspirv -x hip %s 2>&1 \
+// RUN: --target=x86_64-unknown-linux-gnu --offload-arch=amdgcnspirv -x hip %s 2>&1 \
6
// RUN: | FileCheck %s
7
8
// CHECK-NOT: {{".*clang-linker-wrapper.*"}} {{.*}} "-o" "[[OUTPUT_FILE:.*.o]]" {{.*}}"[[OUTPUT_FILE]]"
0 commit comments