update llvm to 615644763ffc (#7504)

* Fixes some build issues in clang headers that have changed upstream
* Adds patch 0011 to work around an upstream commit that broke Bazel
builds
This commit is contained in:
Lucile Rose Nihlen
2026-07-14 20:32:11 +00:00
committed by GitHub
parent d47de6443e
commit 6c010816a4
4 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ static auto BuildTemplateId(Context& context, SemIR::LocId loc_id,
dyn_cast<clang::VarTemplateDecl>(template_decl)) {
auto decl_result = context.clang_sema().CheckVarTemplateId(
var_template_decl, /*TemplateLoc=*/clang::SourceLocation(), loc,
arg_list);
arg_list, /*SetWrittenArgs=*/false);
return decl_result.isInvalid()
? SemIR::ErrorInst::InstId
: ImportCppDecl(context, loc_id,