[PATCH] D106334: Initialize common options in `getRegisteredOptions`
Senran Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 01:08:12 PDT 2021
zsrkmyn added a comment.
In D106334#2889571 <https://reviews.llvm.org/D106334#2889571>, @jhenderson wrote:
> 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...
I believe so. So I think I need to split the test from SupportTests as @dexonsmith suggested.
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