Add newline to interpreter debugging output
authorKristof Beyls <kristof.beyls@arm.com>
Thu, 7 Mar 2019 10:14:38 +0000 (10:14 +0000)
committerKristof Beyls <kristof.beyls@arm.com>
Thu, 7 Mar 2019 10:14:38 +0000 (10:14 +0000)
commit730ecf8fd5f5025021a2799a0f8b80431cbc04b1
tree85b51f542fec6245cb5908e06f9528738fe02421
parent878271b2945e89b868fb8daefea3dfaffce32710
Add newline to interpreter debugging output

When running lli --debug --force-interpreter=true the executed instructions are
printed but are missing newlines. This commit adds the missing newlines.

Patch by Andrew Brown.

Differential Revision: https://reviews.llvm.org/D57806

llvm-svn: 355587
llvm/lib/ExecutionEngine/Interpreter/Execution.cpp