Make the __morestack function available to the JIT memory manager under Linux.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 30 Dec 2014 18:06:52 +0000 (18:06 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 30 Dec 2014 18:06:52 +0000 (18:06 +0000)
commit8919b82605680cd2b9af1fffb555cdbeb66c71bd
tree6d96d97a785162f13e1164ee7c60e233069cc962
parentaa4172e1d8045101f030d95061a8608def9626a0
Make the __morestack function available to the JIT memory manager under Linux.

This function's implementation lives in libgcc, a static library, so we need
to expose it explicitly, like the other such functions.

Differential Revision: http://reviews.llvm.org/D6788

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