[PATCH] D45799: COFF: Rename Chunk::getPermissions to getOutputCharacteristics.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 23:34:17 PDT 2018


pcc created this revision.
pcc added reviewers: ruiu, rnk.

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".


https://reviews.llvm.org/D45799

Files:
  lld/COFF/Chunks.cpp
  lld/COFF/Chunks.h
  lld/COFF/Driver.cpp
  lld/COFF/ICF.cpp
  lld/COFF/MinGW.cpp
  lld/COFF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45799.143043.patch
Type: text/x-patch
Size: 5500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/b2ad91c5/attachment-0001.bin>


More information about the llvm-commits mailing list