Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 13 Oct 2009 21:32:57 +0000 (21:32 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 13 Oct 2009 21:32:57 +0000 (21:32 +0000)
commite5f879825f5e6746144addd93a852cdd5896e9c1
treea702675e42db88784f0ae044db853405504b54ee
parent404aa26b26eb62c57daac8246159220eb173ae94
Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and
4406. Patch by Nick Lewycky!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp