[Lint/CI] Use LLVM v19 for Linux & Lint

This commit is contained in:
Adrian
2025-06-20 23:05:29 +01:00
committed by Radosław Gliński
parent f91be22742
commit fd1abfe6aa
4 changed files with 7 additions and 8 deletions

View File

@@ -631,11 +631,10 @@ using xe::cpu::ExportTag;
xe::kernel::shim::KernelModuleId::module_name, \
ordinals::name>(&name##_entry))>>; \
const auto EXPORT_##module_name##_##name = RegisterExport_##module_name( \
_register_##module_name##_##name ::RegisterExport< \
&name##_entry, tags | (static_cast<xe::cpu::ExportTag::type>( \
xe::cpu::ExportCategory::category) \
<< xe::cpu::ExportTag::CategoryShift)>( \
#name));
_register_##module_name##_##name ::RegisterExport < &name##_entry, \
tags | (static_cast<xe::cpu::ExportTag::type>( \
xe::cpu::ExportCategory::category) \
<< xe::cpu::ExportTag::CategoryShift) > (#name));
#define DECLARE_EMPTY_REGISTER_EXPORTS(module_name, group_name) \
void xe::kernel::module_name::Register##group_name##Exports( \