This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove wasm/Strings.cpp+h. NFC
ClosedPublic

Authored by sbc100 on Dec 5 2017, 4:17 PM.

Details

Summary

This file contained only a single function that was only
really needed in one place, so just inline it.

This also matches more closely the ELF linker.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

sbc100 created this revision.Dec 5 2017, 4:17 PM
sbc100 retitled this revision from [WebAssembly] Remove wasm/Strings.cpp/wasm/Strings.h to [WebAssembly] Remove wasm/Strings.cpp+h.Dec 5 2017, 4:31 PM
sbc100 edited the summary of this revision. (Show Details)
sbc100 added a reviewer: ruiu.
sbc100 retitled this revision from [WebAssembly] Remove wasm/Strings.cpp+h to [WebAssembly] Remove wasm/Strings.cpp+h. NFC.
ruiu accepted this revision.Dec 5 2017, 4:32 PM

LGTM

This revision is now accepted and ready to land.Dec 5 2017, 4:32 PM
This revision was automatically updated to reflect the committed changes.
wasm/InputFiles.cpp