[PATCH] D62838: [Object] add isExecutableObject member function
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 09:52:56 PDT 2019
rupprecht added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/XCOFF.h:33
+ F_DSA = 0x0040,
+ F_VARPG = 0x01000,
+ F_DYNLOAD = 0x1000,
----------------
This is 0x0100, not 0x1000
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