[clang] [llvm] [Driver][SYCL] Add initial SYCL offload compilation support (PR #117268)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 16:41:19 PST 2025


jroelofs wrote:

I see a new warning from this patch:
```
clang/lib/Driver/ToolChains/SYCL.cpp:35:10: warning: returning address of local temporary object [-Wreturn-stack-address]
```

https://github.com/llvm/llvm-project/pull/117268


More information about the llvm-commits mailing list