[PATCH] D59436: [ELF] Fix missing ELF st_other field on versioned symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 09:03:50 PDT 2019


MaskRay added a comment.

This works when `.set` is placed after `openattt:`, but it doesn't work if `.set __impl_openattt, openattt` is placed before `openattt:`. I think this is still worth landing after we have tools to dump `st_other` (D61718 <https://reviews.llvm.org/D61718> or a similar change in llvm-readobj).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59436





More information about the llvm-commits mailing list