Skip to content

fileapi: Make internal "toolchains" field tables more local

Brad King requested to merge brad.king/cmake:fileapi-defer-static-init into master

Toolchains::DumpToolchain uses some statically initialized tables. Move them into its definition. This may avoid initializing them when not needed.

Issue: #23126 (closed)

Merge request reports