Page MenuHomeFreeBSD

libgcc_s: restore __*_frame_info symbols post llvm18
ClosedPublic

Authored by brooks on Apr 19 2024, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 8:45 PM
Unknown Object (File)
Fri, Jun 19, 3:38 AM
Unknown Object (File)
Thu, Jun 18, 7:19 AM
Unknown Object (File)
May 19 2026, 6:37 AM
Unknown Object (File)
May 19 2026, 3:40 AM
Unknown Object (File)
May 18 2026, 1:52 PM
Unknown Object (File)
May 17 2026, 3:57 PM
Unknown Object (File)
May 16 2026, 5:42 PM
Subscribers

Details

Summary

The upstream llvm commit 5eb44df1b64d made the addition of these GCC
compatability symbols dependent on build configuration rather than
hardcoded for amd64, i386, and powerpc. Reenable them.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Otherwise, LGTM.

lib/libgcc_eh/Makefile.inc
20

I'm always a bit confused by these unquoted strings... But apparently make groks this? :)

This revision is now accepted and ready to land.Apr 19 2024, 9:35 PM
lib/libgcc_eh/Makefile.inc
20

I can quote them if you prefer

lib/libgcc_eh/Makefile.inc
20

I can quote them if you prefer

Please do, other string values are also quoted in this same file.