[llvm] [Timer] initialize timer options before group (PR #113719)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 01:15:30 PST 2024


nikic wrote:

> A crash can occur if a user does bitcode parsing before initialization of command-line options.

I don't think this is supported? The bitcode parser also uses command-line options, right?

https://github.com/llvm/llvm-project/pull/113719


More information about the llvm-commits mailing list