Skip to content

Commit 2adc50e

Browse files
authored
[SYCL][NFC] Don't output file to source tree in lb_sm_90 test (#11899)
The current test will leave a temp file lb_sm_90.s in the source tree, this will cause UNRESOLVED test in incremental builds.
1 parent ebc869c commit 2adc50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/lb_sm_90.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -internal-isystem %S/Inputs %s -triple nvptx64-nvidia-cuda -target-cpu sm_90 -fsycl-is-device -fsyntax-only -Wno-c++23-extensions -verify -S
1+
// RUN: %clang_cc1 -internal-isystem %S/Inputs %s -triple nvptx64-nvidia-cuda -target-cpu sm_90 -fsycl-is-device -fsyntax-only -Wno-c++23-extensions -verify -S -o %t
22

33
// Maximum work groups per multi-processor, mapped to maxclusterrank PTX
44
// directive, is an SM_90 feature. Attributes need to be used in sequence:

0 commit comments

Comments
 (0)