This is an archive of the discontinued LLVM Phabricator instance.

[cmake][NFC] Configuration for libLLVM.so symbol versioning
ClosedPublic

Authored by stephenneuendorffer on Jan 31 2022, 6:01 PM.

Details

Summary

Symbol versioning can prevent unintented install-time conflicts
between different llvm versions. Users may need to override this
for particular products (e.g. Julia), but this requires carrying
a source code patch. This patch moves this ability to a
configuration option. NFC for existing usage.

Diff Detail

Event Timeline

stephenneuendorffer requested review of this revision.Jan 31 2022, 6:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2022, 6:01 PM
This revision is now accepted and ready to land.Jan 31 2022, 6:04 PM
vchuravy added a project: Restricted Project.Jan 31 2022, 6:04 PM
vtjnash accepted this revision.Feb 1 2022, 8:58 AM
This revision was landed with ongoing or failed builds.Feb 1 2022, 11:05 PM
This revision was automatically updated to reflect the committed changes.