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 4df287a commit 479ffe8Copy full SHA for 479ffe8
clang/test/Driver/offload-Xarch.c
@@ -35,7 +35,7 @@
35
36
// Make sure that `-Xarch_amdgcn` forwards libraries to the device linker.
37
// RUN: %clang -fopenmp=libomp --offload-arch=gfx90a -nogpulib -nogpuinc \
38
-// RUN: -Xarch_amdgcn -Wl,-lfoo -### %s 2>&1 \
+// RUN: --target=x86_64-unknown-linux-gnu -Xarch_amdgcn -Wl,-lfoo -### %s 2>&1 \
39
// RUN: | FileCheck -check-prefix=LIBS %s
40
41
// RUN: -Xoffload-linker-amdgcn-amd-amdhsa -lfoo -### %s 2>&1 \
0 commit comments