Do not link in runtime library anymore, assume that user manually links in
authorChris Lattner <sabre@nondot.org>
Mon, 11 Mar 2002 17:52:43 +0000 (17:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Mar 2002 17:52:43 +0000 (17:52 +0000)
commit7b83b1db25ab0411e537b7cdac0dc653d4bbc951
tree774dd9a369230d6bf136ee454c6bd6b9da752cc9
parent41c34658129091ae9982d8919176fb6ff3e5a6ac
Do not link in runtime library anymore, assume that user manually links in
libraries.  Code should be generalized to allow lli to take -lc -lm arguments
in the future (todo)

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