[PATCH] D95370: [ELF] Infer OSABI from input files for -m options without explicit OSABI

Kyle Evans via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 08:51:22 PST 2021


kevans added a comment.

In D95370#2520210 <https://reviews.llvm.org/D95370#2520210>, @jrtc27 wrote:

> @bsdjhb has been intending to fix ldd to recognise the ELF note rather than requiring the OSABI be FreeBSD. The only reason to set the OSABI to FreeBSD is so that the various FOO_LOOS-FOO_HIOS can be interpreted correctly.

It'd be nice to get something in sooner rather than later to fix the immediate issue, though... we've got at least one person that's actively working to identify and fix ports issues that have cropped up with other tier-2 platforms that also apply to riscv64, but sqlite3 being unpackageable is a pretty big downer that blocks over a thousand ports from being examined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95370



More information about the llvm-commits mailing list