[clang] [NFC][clang] Fix CodeGenSYCL::unique_stable_name_windows_diff test (PR #146854)
Tom Honermann via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 3 06:06:05 PDT 2025
================
@@ -1,19 +1,19 @@
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -aux-triple x86_64-pc-windows-msvc -fsycl-is-device -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s '-D$ADDRSPACE=addrspace(1) '
----------------
tahonermann wrote:
The redundant `-fsycl-is-device` option can be removed.
```suggestion
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -aux-triple x86_64-pc-windows-msvc -fsycl-is-device -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s '-D$ADDRSPACE=addrspace(1) '
```
https://github.com/llvm/llvm-project/pull/146854
More information about the cfe-commits
mailing list