Files
clang-p2996/llvm/tools/opt/optdriver.cpp
Craig Topper 8fccf6bf5c [opt] Use static arrays instead of std::vector to store legacy pass names. NFC (#83634)
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.
2024-03-02 17:47:40 -08:00

33 KiB