Issue 124584
Summary Support no symbol versioning feature in `add_llvm_library`
Labels new issue
Assignees
Reporter partaror
    `add_llvm_library` is used ubiquitously throughout the LLVM codebase. `add_llvm_library` always adds symbol versioning information (`@LLVM_20.0
`) when it is used to create a shared library with `LLVM_EXPORTED_SYMBOL_FILE` argument. This works well in most scenarios. However, it would be nice to have the additional flexibility to choose not to emit the symbol versioning information in the shared library being created with `LLVM_EXPORTED_SYMBOL_FILE`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to