[PATCH] D41057: Avoid a gnu readelf warning

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 12:55:38 PST 2017


emaste added a comment.

FWIW our standard readelf in FreeBSD comes from the ELF Tool Chain project and doesn't have the warning. It's only when the GNU readelf package is installed that we'd encounter this.

Overall I'm indifferent to this change going in.


https://reviews.llvm.org/D41057





More information about the llvm-commits mailing list