Page MenuHomeFreeBSD

lld: add a __FreeBSD_version-style identifier to version
ClosedPublic

Authored by emaste on Apr 17 2018, 12:08 AM.
Tags
None
Referenced Files
F136968455: D15110.id41578.diff
Thu, Nov 20, 9:03 PM
F136968366: D15110.id41559.diff
Thu, Nov 20, 9:02 PM
F136968346: D15110.id.diff
Thu, Nov 20, 9:02 PM
F136966115: D15110.diff
Thu, Nov 20, 8:54 PM
Unknown Object (File)
Mon, Nov 3, 10:54 PM
Unknown Object (File)
Oct 18 2025, 10:21 PM
Unknown Object (File)
Oct 18 2025, 1:29 PM
Unknown Object (File)
Oct 18 2025, 1:29 PM
Subscribers

Details

Summary

This adds a __FreeBSD_version style identifier as we have with __FreeBSD_cc_version for Clang, to facilitate WITH_SYSTEM_LINKER.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

In upstream builds LLD_REPOSITORY_STRING and LLD_REVISION_STRING are populated by cmake, e.g. LLD 6.0.0 (http://llvm.org/git/lld 9c9fdd2152db0ff25594eee344f98a052f53b590) (compatible with GNU linkers).

This revision is now accepted and ready to land.Apr 17 2018, 10:25 AM
This revision was automatically updated to reflect the committed changes.

Thanks, I'll get this added into my patch.