This is an archive of the discontinued LLVM Phabricator instance.

Use toString to print out garbage-collected sections.
ClosedPublic

Authored by ruiu on Feb 16 2018, 4:04 PM.

Details

Summary

Currently, archive file name is missing in this message. In general,
we should avoid constructing strings in an ad-hoc manner and instead
use toString() to get consistent output strings.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ruiu created this revision.Feb 16 2018, 4:04 PM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 16 2018, 4:12 PM
This revision was automatically updated to reflect the committed changes.

Why not change wasm at the same time?