[PATCH] D62124: [LLD][COFF] Implement /filealign parameter

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 01:18:38 PDT 2019


ruiu added inline comments.


================
Comment at: lld/COFF/Config.h:183
   uint64_t ImageBase = -1;
+  uint64_t FileAlignment = 512;
   uint64_t StackReserve = 1024 * 1024;
----------------
We use the same name for a command line option and a Config member name, so `FileAlign`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62124/new/

https://reviews.llvm.org/D62124





More information about the llvm-commits mailing list