[MC] Destroy WasmAllocator in MCContext::reset
authorFangrui Song <i@maskray.me>
Sat, 12 Mar 2022 03:55:07 +0000 (19:55 -0800)
committerFangrui Song <i@maskray.me>
Sat, 12 Mar 2022 03:55:07 +0000 (19:55 -0800)
commit121191cecbf1687a647967e34123f63e85228e99
treecfc2887dfb190b92513d88edcba1d4da653037b8
parent43f668b98e8d87290fc6bbf5ed13c3ab542e3497
[MC] Destroy WasmAllocator in MCContext::reset

To not leave lingering getWasmSection instances.
llvm/lib/MC/MCContext.cpp