[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD
Ed Maste via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 19 08:54:58 PST 2022
emaste added a comment.
Hrmph, GNU readelf produces:
Symbol table '.dynsym' contains 2256 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
...
llvm-readelf agrees:
Symbol table '.dynsym' contains 2256 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
while ELF Tool Chain readelf has slightly different output:
Symbol table (.dynsym) contains 2256 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128084/new/
https://reviews.llvm.org/D128084
More information about the libcxx-commits
mailing list