summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-23 21:35:02 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-23 21:35:02 +0000
commit98775c43583e4f6ee506edaff44312f9aac765a2 (patch)
treeb98ea536101de1d752f80d748a69261dd3184a7d /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
parentdcc4c389701737b4dd2ebb5644f48c3ae3777a1c (diff)
downloadbcm5719-llvm-98775c43583e4f6ee506edaff44312f9aac765a2.tar.gz
bcm5719-llvm-98775c43583e4f6ee506edaff44312f9aac765a2.zip
Fix double-free of Module.
The ExecutionEngine constructor already added the module, so there's no need to call addModule() directly. Doing so causes a double-free of the Module at program termination. llvm-svn: 128171
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud