[PATCH] D86208: [llvm-readelf] - Start recognizing 'PT_OPENBSD_*' segment types.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 01:19:40 PDT 2020


grimar added a comment.

In D86208#2229879 <https://reviews.llvm.org/D86208#2229879>, @jhenderson wrote:

> We might want to consider a strategy for better deciding when to interpret these and other OS-specific segment types however, since not all OSes will support them

We can just check for `ELFOSABI_OPENBSD` I think.


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

https://reviews.llvm.org/D86208



More information about the llvm-commits mailing list