Skip to content

Commit

Permalink
Set HIDE_PRIVATE_SYMBOLS ON for manylinux packages.
Browse files Browse the repository at this point in the history
* This is to workaround an issue caused by conflicting LLVM
  versions, first observed by since we updated Pytorch in TVM

* Discussion at: apache/tvm#9362
  • Loading branch information
leandron committed Nov 1, 2021
1 parent a1ab45d commit 3013b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel/build_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ fi
# config the cmake
cd /workspace/tvm
echo set\(USE_LLVM \"llvm-config --ignore-libllvm --link-static\"\) >> config.cmake
echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake
echo set\(USE_RPC ON\) >> config.cmake
echo set\(USE_SORT ON\) >> config.cmake
echo set\(USE_GRAPH_RUNTIME ON\) >> config.cmake
Expand Down

0 comments on commit 3013b13

Please sign in to comment.