This is an archive of the discontinued LLVM Phabricator instance.

COFF: Rename Chunk::getPermissions to getOutputCharacteristics.
ClosedPublic

Authored by pcc on Apr 18 2018, 11:33 PM.

Details

Summary

In an upcoming change I will need to make a distinction between section
type (code, data, bss) and permissions. The term that I use for both
of these things is "output characteristics".

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

pcc created this revision.Apr 18 2018, 11:33 PM
ruiu accepted this revision.Apr 19 2018, 10:04 AM

LGTM

This revision is now accepted and ready to land.Apr 19 2018, 10:04 AM
This revision was automatically updated to reflect the committed changes.