RTDyldMemoryManager.cpp: Make the reference to __morestack weak.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 30 Dec 2014 22:52:33 +0000 (22:52 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 30 Dec 2014 22:52:33 +0000 (22:52 +0000)
commit3a071284e01512e82215c9b2aba73892dd654e8d
tree044fc2c1734e6544f6004b91e6d66d303ac6c9ef
parent1d68fc5021ca8c704e21f171d98bb18eb396a7fa
RTDyldMemoryManager.cpp: Make the reference to __morestack weak.

This fixes the DSO build for now. Eventually we should develop some
other mechanism to make this work correctly with DSOs.

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