This is an archive of the discontinued LLVM Phabricator instance.

Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.
ClosedPublic

Authored by bsdjhb on Feb 6 2018, 8:48 AM.

Details

Summary

FreeBSD N64 MIPS systems can include 32-bit libraries for O32 in
/usr/lib32 similar to the 32-bit compatibility libraries provided
for FreeBSD/amd64 and FreeBSD/powerpc64.

Diff Detail

Event Timeline

bsdjhb created this revision.Feb 6 2018, 8:48 AM
dim accepted this revision.Feb 6 2018, 8:57 AM

LGTM, though a test case would be nice (could be added to tools/clang/test/Driver/freebsd.c)

This revision is now accepted and ready to land.Feb 6 2018, 8:57 AM
bsdjhb updated this revision to Diff 133330.Feb 7 2018, 4:15 PM
  • Add a test case.
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.