K 10 svn:author V 6 emaste K 8 svn:date V 27 2016-10-28T00:04:04.221678Z K 7 svn:log V 340 libunwind: consistently add \n to log and trace messages Previously most messages included a newline in the string, but a few of them were missing. Fix these and simplify by just adding the newline in the _LIBUNWIND_LOG macro itself. While here correct 'libuwind' typo (missing 'n'). Upstream LLVM libunwind commits r280086 and r280103. END