This is an archive of the discontinued LLVM Phabricator instance.

Consistent use of header file for ICF and MarkLive
ClosedPublic

Authored by sbc100 on Feb 20 2018, 1:55 PM.

Details

Summary

Previously wasm used a seperate header to declare markLive
and ELF used one to declare ICF. This change makes each
backend consistently declare these in their own headers.

Event Timeline

sbc100 created this revision.Feb 20 2018, 1:55 PM
sbc100 updated this revision to Diff 135142.Feb 20 2018, 1:56 PM
  • format
sbc100 updated this revision to Diff 135143.Feb 20 2018, 1:57 PM
  • format
sbc100 edited the summary of this revision. (Show Details)Feb 20 2018, 1:59 PM
sbc100 added a reviewer: ruiu.
ruiu accepted this revision.Feb 20 2018, 2:01 PM

LGTM

This revision is now accepted and ready to land.Feb 20 2018, 2:01 PM
This revision was automatically updated to reflect the committed changes.