mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 11:56:08 +00:00

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
2 lines
44 B
Plaintext
2 lines
44 B
Plaintext
@LLVM_SHLIB_SYMBOL_VERSION@ { global: *; };
|