arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

LLVM leaks memory #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
LLVM's opaque types leak. This causes tests that use a heap-checker to fail. 
We need to add a cleanup list to contexts, the same way that other types 
have.

I'll address this tomorrow; this is just here to remind me.

Original issue reported on code.google.com by collinw on 19 Nov 2009 at 2:43

GoogleCodeExporter commented 8 years ago
Late update: this was fixed way back in http://llvm.org/viewvc/llvm-project?
rev=91611&view=rev. Awaiting on a LLVM vendor branch update.

Original comment by collinw on 5 Jan 2010 at 12:37

GoogleCodeExporter commented 8 years ago
This was picked up in r1007.

Original comment by collinw on 20 Jan 2010 at 6:32