| commit | 57093e88e013efeac744af18dc9deda113dd1417 | [log] [tgz] |
|---|---|---|
| author | Filip Pizlo <fpizlo@apple.com> | Wed Sep 18 16:40:14 2013 +0000 |
| committer | Filip Pizlo <fpizlo@apple.com> | Wed Sep 18 16:40:14 2013 +0000 |
| tree | 578a905f7609f9b4f6d7faa64caeb73aa29d815c | |
| parent | 82066ed0fb8cb7adca31545b39feff604029f497 [diff] |
Make DynamicLibrary use ManagedStatic. 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. llvm-svn: 190946