Skip to content

Commit

Permalink
Update LLVM (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Nov 1, 2023
1 parent 3938c1d commit d9d9172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"subrepo" : "llvm/llvm-project",
"branch" : "main",
"subdir" : "third_party/llvm",
"commit" : "9bcf9dc98a6829ae3b0b18aa82368def394af7f4"
"commit" : "5888dee7d04748744743a35d3aef030018bdc275"
},
{
"name" : "SPIRV-Headers",
Expand Down
2 changes: 1 addition & 1 deletion lib/FrontendPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ struct ExtraValidationConsumer final : public ASTConsumer {
layout = UBO;
}
auto array_type = FD->getASTContext().getIncompleteArrayType(
type->getPointeeType(), clang::ArrayType::Normal, 0);
type->getPointeeType(), clang::ArraySizeModifier::Normal, 0);
if (!clspv::Option::RewritePackedStructs() &&
!IsSupportedLayout(array_type, 0, layout, FD->getASTContext(),
P->getSourceRange(),
Expand Down

0 comments on commit d9d9172

Please sign in to comment.