Page MenuHomeFreeBSD

libgcc_s: restore __*_frame_info symbols post llvm18
ClosedPublic

Authored by brooks on Fri, Apr 19, 9:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 6:07 PM
Unknown Object (File)
Fri, May 3, 3:57 AM
Unknown Object (File)
Tue, Apr 30, 11:02 AM
Unknown Object (File)
Tue, Apr 30, 10:56 AM
Unknown Object (File)
Sun, Apr 28, 11:51 AM
Unknown Object (File)
Fri, Apr 26, 3:13 PM
Unknown Object (File)
Fri, Apr 26, 3:13 PM
Unknown Object (File)
Fri, Apr 26, 3:13 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 Passed
Unit
No Test Coverage
Build Status
Buildable 57235
Build 54123: arc lint + arc unit

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.Fri, Apr 19, 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.