[PATCH] Make DynamicLibrary use ManagedStatic

Chris Lattner clattner at apple.com
Tue Sep 17 23:03:27 PDT 2013


On Sep 17, 2013, at 7:49 PM, Filip Pizlo <fpizlo at apple.com> wrote:

> This is pretty simple and should just work as advertised - but it does have the caveat that calls to DynamicLibrary::AddSymbol will "reset" if you shutdown llvm and try to come back for seconds.  This is a subtle behavior change, but I'm assuming that nobody is affected by it.

Sounds like the right solution to me, thanks.

-Chris



More information about the llvm-commits mailing list