Currently the warning message of llvm-strip %t.o %t.o does not include
the trailing newline. Fix this by appending a '\n'.
This is the only warning llvm-objcopy and llvm-strip can issue.
Differential D66475
[llvm-objcopy] Append '\n' to warning messages MaskRay on Aug 20 2019, 7:41 AM. Authored by
Details Currently the warning message of llvm-strip %t.o %t.o does not include This is the only warning llvm-objcopy and llvm-strip can issue.
Diff Detail
|