Implement a -trace command line option and a trace option in the interpreter.
authorChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2001 08:43:52 +0000 (08:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2001 08:43:52 +0000 (08:43 +0000)
commit43e3f7c9627d0793a31a9457d3bbbe4d8d56d331
tree16cf7181c3a2e5e66765516273e7accb232ed444
parentc25931673092b1dae646aeeac1d18f75d9640ec7
Implement a -trace command line option and a trace option in the interpreter.

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