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)
Sat, Mar 15, 9:04 PM
Unknown Object (File)
Feb 10 2025, 11:41 AM
Unknown Object (File)
Jan 28 2025, 5:43 AM
Unknown Object (File)
Jan 23 2025, 8:14 AM
Unknown Object (File)
Jan 21 2025, 8:19 PM
Unknown Object (File)
Jan 16 2025, 6:25 AM
Unknown Object (File)
Jan 12 2025, 2:45 PM
Unknown Object (File)
Dec 29 2024, 6:19 AM
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.