[PATCH] D95728: [yaml2obj/obj2yaml/llvm-readobj] Support SHF_GNU_RETAIN

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 09:28:24 PST 2021


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/section-flags-os-proc.test:137
+    Type:  SHT_PROGBITS
+    ShFlags: 0x200800
 ## SHF_MASKPROC has a value of 0xf0000000, SHF_EXCLUDE has a value of
----------------
jhenderson wrote:
> Why the 0x800 flag?
To check that the key 'R' on the right of 'C'...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95728



More information about the llvm-commits mailing list