pytorch/caffe2/version_script.lds
Bert Maher 3eeaffc7c5 Linker version script to hide LLVM symbols (#62906)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62906

Test Plan: Imported from OSS

Reviewed By: navahgar

Differential Revision: D30193893

Pulled By: bertmaher

fbshipit-source-id: 9b189bfd8d4c52e8dc4296a4bed517ff44994ba0
2021-08-09 11:26:02 -07:00

7 lines
70 B
Text

pytorch {
global:
*;
local:
_ZN4llvm*;
_ZNK4llvm*;
};