[PATCH] D33629: [ELF] Use late evaluation for ALIGN in expression
    Rui Ueyama via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun May 28 01:54:19 PDT 2017
    
    
  
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/LinkerScript.h:44
   bool ForceAbsolute;
+  uint64_t Align;
 
----------------
Can you rename this Alignment? (For member variables, I think we use that name.)
Also `= 1`.
Repository:
  rL LLVM
https://reviews.llvm.org/D33629
    
    
More information about the llvm-commits
mailing list