llvm-6502/lib/ExecutionEngine
Chris Lattner 6f3ada51aa LoadLibraryPermanently can theoretically throw an exception. Do not propagate
it out of 'ExecutionEngine::create'.  This fixes a problem reported by coverity.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28293 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-14 19:01:55 +00:00
..
Interpreter Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. 2006-05-03 01:29:57 +00:00
JIT Fix a hypothetical memory leak, identified by Coverity. In practice, this 2006-05-12 18:10:12 +00:00
ExecutionEngine.cpp LoadLibraryPermanently can theoretically throw an exception. Do not propagate 2006-05-14 19:01:55 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00