[PATCH] D62838: [Object] add isExecutableObject member function
    Alex Brachet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  7 01:08:47 PDT 2019
    
    
  
abrachet marked 2 inline comments as done.
abrachet added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/XCOFF.h:33
+  F_DSA = 0x0040,
+  F_VARPG = 0x01000,
+  F_DYNLOAD = 0x1000,
----------------
rupprecht wrote:
> This is 0x0100, not 0x1000
Good catch had an extra 0 at the end there, thanks!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62838/new/
https://reviews.llvm.org/D62838
    
    
More information about the llvm-commits
mailing list