dzhidzhoev wrote: > On an actual LLVM source file (CommandLine.cpp), the diff is literally zero, > no constexpr array static members, no cost.
It’s more interesting to see how this change impacts an existing, larger codebase. Could you compare the debug info size of the bin/clang binary built with and without your change? https://github.com/llvm/llvm-project/pull/182442 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
