[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / hip-link-static-library.hip
blob63675ffd62621c362638f3733274f450a8d5f044
1 // REQUIRES: x86-registered-target
2 // REQUIRES: amdgpu-registered-target
4 // RUN: touch %t.o
5 // RUN: %clang --hip-link -ccc-print-bindings --target=x86_64-linux-gnu \
6 // RUN:   --emit-static-lib \
7 // RUN:   --cuda-gpu-arch=gfx803 --cuda-gpu-arch=gfx900 -fgpu-rdc %t.o\
8 // RUN: 2>&1 | FileCheck %s
10 // CHECK: # "x86_64-unknown-linux-gnu" - "offload bundler", inputs: ["[[IN:.*o]]"], outputs: ["[[HOSTOBJ:.*o]]", "{{.*o}}", "{{.*o}}"]
11 // CHECK: # "amdgcn-amd-amdhsa" - "offload bundler", inputs: ["[[IN]]"], outputs: ["{{.*o}}", "[[DOBJ1:.*o]]", "[[DOBJ2:.*o]]"]
12 // CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[DOBJ1]]"], output: "[[IMG1:.*out]]"
13 // CHECK-NOT: offload bundler
14 // CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[DOBJ2]]"], output: "[[IMG2:.*out]]"
15 // CHECK-NOT: offload bundler
16 // CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[IMG1]]", "[[IMG2]]"], output: "[[FATBINOBJ:.*o]]"
17 // CHECK-NOT: offload bundler
18 // CHECK: # "x86_64-unknown-linux-gnu" - "GNU::StaticLibTool", inputs: ["[[HOSTOBJ]]", "[[FATBINOBJ]]"], output: "a.out"
20 // RUN: %clang --hip-link -ccc-print-bindings --target=x86_64-linux-gnu \
21 // RUN:   --emit-static-lib \
22 // RUN:   --cuda-gpu-arch=gfx803 --cuda-gpu-arch=gfx900 %t.o\
23 // RUN: 2>&1 | FileCheck -check-prefix=NORDC %s
25 // NORDC-NOT: offload bundler
26 // NORDC: # "x86_64-unknown-linux-gnu" - "GNU::StaticLibTool", inputs: ["{{.*o}}"], output: "a.out"
28 // RUN: %clang --hip-link -### --target=x86_64-linux-gnu \
29 // RUN:   --emit-static-lib -lgcc \
30 // RUN:   -Wl,--enable-new-dtags -Wl,--rpath=/opt \
31 // RUN:   --cuda-gpu-arch=gfx803 --cuda-gpu-arch=gfx900 -fgpu-rdc %t.o\
32 // RUN: 2>&1 | FileCheck -check-prefix=NOFLAG %s
34 // NOFLAG-NOT: .*lgcc
35 // NOFLAG-NOT: .*enable-new-dtags
36 // NOFLAG-NOT: .*rpath=/opt
37 // NOFLAG: "{{.*}}llvm-ar{{.*}}" "rcsD" "{{.*}}.out" "{{.*o}}" "{{.*o}}"