* eliminate the -f argument to lli, as it was silly and never useful anyway
authorChris Lattner <sabre@nondot.org>
Fri, 26 Dec 2003 06:14:47 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Dec 2003 06:14:47 +0000 (06:14 +0000)
commitefec9669d90f90703e92e0a3851bc5fb9b0f8fd8
tree55e9e356f264f476edac2cb1c04f14e807e994d5
parentff0f1bb32a439cf82cb09ee29544c894a2bfe877
* eliminate the -f argument to lli, as it was silly and never useful anyway
* Inline callMain function
* Remove hack from the ExecutionEngines where the 'run' method would automatically
  run atExit functions.  Fixing this requires explicitly calling exit if main returns

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10611 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp