[all-commits] [llvm/llvm-project] 76f37d: [cmake][NFC] Configuration for libLLVM.so symbol v...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue Feb 1 23:05:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76f37d41b751df162aa302b947030682c9ec05db
https://github.com/llvm/llvm-project/commit/76f37d41b751df162aa302b947030682c9ec05db
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M llvm/CMakeLists.txt
M llvm/tools/llvm-shlib/simple_version_script.map.in
Log Message:
-----------
[cmake][NFC] Configuration for libLLVM.so symbol versioning
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.
Differential Revision: https://reviews.llvm.org/D118672
More information about the All-commits
mailing list