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
F157198771: D44877.id.diff
Tue, May 19, 6:37 AM
F157188580: D44877.id.diff
Tue, May 19, 3:40 AM
F157117476: D44877.diff
Mon, May 18, 1:52 PM
Unknown Object (File)
Sun, May 17, 3:57 PM
Unknown Object (File)
Sat, May 16, 5:42 PM
Unknown Object (File)
Sat, May 16, 4:40 PM
Unknown Object (File)
Fri, May 15, 4:37 PM
Unknown Object (File)
Fri, May 15, 11:36 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.