Files
llvm-project/llvm/unittests/Support/CommandLineInit/CommandLineInitTest.cpp
Nikita Popov ecc8a955af [CommandLine] Use DenseMap instead of StringMap (NFC) (#174988)
StringMap duplicates the option name to a new allocation for every
option, which is not necessary. Instead we can use the same StringRef
that the Option already uses inside a DenseMap. This reduces the amount
of allocations when loading libLLVM.
2026-01-09 15:22:28 +01:00

2.0 KiB