[Build] Use clang 20 for clang format consistently across Win/Lin

This commit is contained in:
Herman S.
2026-02-15 01:22:52 +09:00
parent a769d70761
commit f9d4dbc8e9
4 changed files with 11 additions and 7 deletions

View File

@@ -632,10 +632,11 @@ 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( \