search for: d91454

Displaying 1 result from an estimated 1 matches for "d91454".

Did you mean: d91404
2020 Nov 13
0
[RFC] Defined initialization order in Support/Registry
...t will after all plugins that do use it. If there are multiple plugins in a registry not using the argument it will follow the same 'static initialization order fiasco' that is currently observed. I have created a basic implementation of this along with tests here https://reviews.llvm.org/D91454. As the extra parameter is optional it will remain backwards compatible with source code, but external plugins would need to be recompiled to adopt this (though thats usually the case with every major release) Thanks for reading, Nathan James