We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3127da6 commit f57217bCopy full SHA for f57217b
clang/lib/Basic/Targets/SPIR.h
@@ -133,7 +133,7 @@ class LLVM_LIBRARY_VISIBILITY SPIRTargetInfo : public TargetInfo {
133
134
void adjust(LangOptions &Opts) override {
135
TargetInfo::adjust(Opts);
136
- // FIXME: SYCL specification considers unannotated pointers and references
+ // NOTE: SYCL specification considers unannotated pointers and references
137
// to be pointing to the generic address space. See section 5.9.3 of
138
// SYCL 2020 specification.
139
// Currently, there is no way of representing SYCL's default address space
0 commit comments