This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Simplify check for emitting relocations
ClosedPublic

Authored by sbc100 on Dec 4 2017, 8:41 PM.

Details

Summary

This is a small change I split of from a larger one. It simplifies the
condition that needs to be checked when decided if we need to emi
relocation and all the things they depend on (symbols, etc),

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Dec 4 2017, 8:41 PM
sbc100 retitled this revision from [WebAssembly] Simplify check for emitting relocations This is a small change I split of from a larger one that simplifies the condition that need to be checked when decided if we need to emit relocation and all the things they depend on (symbols... to [WebAssembly] Simplify check for emitting relocations.Dec 4 2017, 8:45 PM
sbc100 edited the summary of this revision. (Show Details)
sbc100 added a reviewer: ruiu.
sbc100 added a subscriber: llvm-commits.
ruiu accepted this revision.Dec 4 2017, 9:09 PM

LGTM

This revision is now accepted and ready to land.Dec 4 2017, 9:09 PM
This revision was automatically updated to reflect the committed changes.