[clang] [llvm] [clang] Check validity of SYCL device target (PR #172366)
Tom Honermann via cfe-commits
cfe-commits at lists.llvm.org
Fri May 1 09:46:44 PDT 2026
================
@@ -244,6 +244,7 @@ class LLVM_LIBRARY_VISIBILITY BaseSPIRTargetInfo : public TargetInfo {
bool hasBitIntType() const override { return true; }
bool hasInt128Type() const override { return false; }
+
----------------
tahonermann wrote:
Unnecessary white space change. Removing this change will keep this file out of the diff.
```suggestion
```
https://github.com/llvm/llvm-project/pull/172366
More information about the cfe-commits
mailing list