[llvm-commits] [PATCH] Make ExecutionEngine automatically remove global mappings on GlobalValue destruction
jyasskin at gmail.com
jyasskin at gmail.com
Mon Oct 12 17:43:30 PDT 2009
Reviewers: ,
Message:
http://codereview.appspot.com/download/issue129074_5.diff
This doesn't make the ExecutionEngine do everything perfectly on
GlobalValue destruction (stubs still crash and machine code still
leaks), but it's progress.
Please review this at http://codereview.appspot.com/129074
Affected files:
M include/llvm/ExecutionEngine/ExecutionEngine.h
M lib/ExecutionEngine/ExecutionEngine.cpp
M unittests/ExecutionEngine/ExecutionEngineTest.cpp
More information about the llvm-commits
mailing list