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 40eb63e commit f6a0df7Copy full SHA for f6a0df7
clang/lib/CodeGen/CodeGenTypes.cpp
@@ -807,7 +807,7 @@ llvm::Type *CodeGenTypes::ConvertType(QualType T) {
807
if (!ResultType->isSized()) {
808
SkippedLayout = true;
809
ResultType = llvm::Type::getInt8Ty(getLLVMContext());
810
- }
+ }
811
ResultType = llvm::ArrayType::get(ResultType, Context.getLangOpts().SYCLIsDevice ? 1 : 0);
812
break;
813
}
0 commit comments