[PATCH] D104551: Delay initialization of OptBisect

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 14:14:25 PDT 2021


andrew.w.kaylor added a comment.

Sorry for the non-response, I hadn't notice this review earlier.

Can you describe the flow of execution that causes the option to be parsed after the bisector is initialized? Do you parse the options, run passes, and then parse a different set of options for the second target within the same compilation process? Does your patch need to reset CurBisectNum?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104551/new/

https://reviews.llvm.org/D104551



More information about the llvm-commits mailing list