Avoid appending EOL in StringifyMessage().
authorLei Zhang <antiagainst@google.com>
Fri, 23 Sep 2016 19:13:24 +0000 (15:13 -0400)
committerLei Zhang <antiagainst@google.com>
Fri, 23 Sep 2016 19:13:24 +0000 (15:13 -0400)
commitf9cb7c282cf1a6c3867ce04b9e288ad7ce2c11a4
tree68ee8f6ba3df075f17d91ed2f804dac4e72a40c1
parent069b0a73395b1f8c8e31adb98dd07f517e51328e
Avoid appending EOL in StringifyMessage().

EOL should be appended when outputing to streams by the tool.
source/message.cpp
test/opt/test_ir_loader.cpp
tools/opt/opt.cpp