[PATCH] D106334: Initialize common options in `getRegisteredOptions`

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 00:06:32 PDT 2021


jhenderson added a comment.

Is there a way to clear all the registered options, prior to reregistering them again? Alternatively, would it be simple to add? I'm guessing even if it were, it might not solve our problems though, since the variables are local statics, so resetting wouldn't cause them to be reinstantiated...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106334



More information about the llvm-commits mailing list