Skip to content

[Build] Strip the static libraries symbol from the triton shared library#3879

Merged
whitneywhtsang merged 1 commit into
triton-lang:mainfrom
whitneywhtsang:strip
May 15, 2024
Merged

[Build] Strip the static libraries symbol from the triton shared library#3879
whitneywhtsang merged 1 commit into
triton-lang:mainfrom
whitneywhtsang:strip

Conversation

@whitneywhtsang
Copy link
Copy Markdown
Collaborator

Reland a38d2de, the change was removed in 4803403.

This commit hides the symbols of the shared libraries for libtriton.so, so that when other object link against libtriton.so, it won't have conflict.

…ârary

Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
Comment thread CMakeLists.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Symbols in LLVM/MLIR exported by libtriton.so may alias to the symbol in the other component across two libLLVM in versioning

2 participants