Allow more than one stub to be being generated at the same time.
authorJeffrey Yasskin <jyasskin@google.com>
Mon, 23 Nov 2009 22:49:00 +0000 (22:49 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Mon, 23 Nov 2009 22:49:00 +0000 (22:49 +0000)
commit0261d795f83a45dd53d82e511ae672d6d1f4e298
tree04b08bde023562acfc4bf23d227fbfa6fe2e2b5e
parentf81bf15552d3df7dd341e3970a002b9e35ea4992
Allow more than one stub to be being generated at the same time.

It's probably better in the long run to replace the
indirect-GlobalVariable system. That'll be done after a subsequent
patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89708 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachineCodeEmitter.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/Alpha/AlphaJITInfo.cpp
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/X86/X86JITInfo.cpp