[Build] Remove pre-CXX11 ABI logic from build script (#149888)

Only keep one in check_binary_symbols to make sure there are no pre-CXX11 ABI symbols in the library
Pull Request resolved: https://github.com/pytorch/pytorch/pull/149888
Approved by: https://github.com/atalman, https://github.com/seemethere
ghstack dependencies: #149887
This commit is contained in:
Nikita Shulga
2025-03-24 16:23:28 -07:00
committed by PyTorch MergeBot
parent 280e48739a
commit 5a7588f183
12 changed files with 11 additions and 150 deletions

View File

@ -189,7 +189,6 @@ class CMake:
# Key: environment variable name. Value: Corresponding variable name to be passed to CMake. If you are
# adding a new build option to this block: Consider making these two names identical and adding this option
# in the block below.
"_GLIBCXX_USE_CXX11_ABI": "GLIBCXX_USE_CXX11_ABI",
"CUDNN_LIB_DIR": "CUDNN_LIBRARY",
"USE_CUDA_STATIC_LINK": "CAFFE2_STATIC_LINK_CUDA",
}