Page MenuHomeFreeBSD

libpmc: fix linking with C programs
ClosedPublic

Authored by asomers on Feb 9 2021, 4:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 1:13 AM
Unknown Object (File)
Dec 22 2023, 4:55 PM
Unknown Object (File)
Dec 20 2023, 6:30 AM
Unknown Object (File)
Dec 12 2023, 10:54 AM
Unknown Object (File)
Oct 19 2023, 7:24 PM
Unknown Object (File)
Oct 19 2023, 5:53 PM
Unknown Object (File)
Oct 8 2023, 2:39 PM
Unknown Object (File)
Aug 24 2023, 6:41 AM
Subscribers

Details

Summary

Revision r334749 Added some C++ code to libpmc. It didn't change the ABI,
but it did introduce a dependency on libc++. Nobody noticed because every
program that in the base system that uses libpmc is also C++.

Reported-by: Dom Dwyer <dom@itsallbroken.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36824
Build 33713: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 15 2021, 10:01 PM
This revision was automatically updated to reflect the committed changes.