mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 19:16:06 +00:00

A std::vector causes a heap allocation and a memcpy of static initialization data from the rodata section. Use a static array instead so we can use the static data directly.