mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
restore hidden visibility by default for Linux builds (#20461)
Summary: Symbols are given hidden visibility by default on Linux to emulate the behavior on Windows. This helps developers catch visibility issues in their streamlined Linux dev environment before being surprised, late in the process, by Windows errors. Pull Request resolved: https://github.com/pytorch/pytorch/pull/20461 Reviewed By: kostmo Differential Revision: D15410410 Pulled By: dzhulgakov fbshipit-source-id: 1d684b5a9a80b692966a775c3f1c56b7c72ffc95
This commit is contained in:
committed by
Facebook Github Bot
parent
be1f83c350
commit
0bfc0eeef7
@ -1,2 +1,3 @@
|
||||
vptr:libtorch.so
|
||||
vptr:libcaffe2.so
|
||||
bounds:asmjit::Zone::_alloc
|
||||
|
Reference in New Issue
Block a user