Don't try to initialize memory for a global if the allocation failed in ExecutionEngine.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 15 Nov 2013 17:52:54 +0000 (17:52 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 15 Nov 2013 17:52:54 +0000 (17:52 +0000)
commit48079e0fef9301442eb787d2234ea99ba3f06fa8
tree993e2cc4208a8c0de677fe3afa816f475c498a03
parent2ba641b9577656e80922cb560ebf0551f3a4e273
Don't try to initialize memory for a global if the allocation failed in ExecutionEngine.

Patch by Dale Martin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp