File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 32
32
// RUN: %clang -### --target=amdgcn-amd-amdhsa -mcpu=gfx906 -nogpulib \
33
33
// RUN: -r %s 2>&1 | FileCheck -check-prefixes=RELO %s
34
34
// RELO-NOT: -shared
35
+
36
+ // RUN: %clang -target amdgcn-amd-amdhsa -march=gfx90a -stdlib -startfiles \
37
+ // RUN: -nogpulib -nogpuinc -### %s 2>&1 | FileCheck -check-prefix=STARTUP %s
38
+ // STARTUP: ld.lld{{.*}}"-lc" "-lm" "{{.*}}crt1.o"
Original file line number Diff line number Diff line change 105
105
// RUN: | FileCheck -check-prefix=FEATURE %s
106
106
107
107
// FEATURE: clang-nvlink-wrapper{{.*}}"--feature" "+ptx63"
108
+
109
+ // RUN: %clang -target nvptx64-nvidia-cuda -march=sm_61 -stdlib -startfiles \
110
+ // RUN: -nogpulib -nogpuinc -### %s 2>&1 | FileCheck -check-prefix=STARTUP %s
111
+ // STARTUP: clang-nvlink-wrapper{{.*}}"-lc" "-lm" "{{.*}}crt1.o"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments