mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 07:10:30 +00:00
Revert "Fix oversight: remove __NVCOMPILER elif branch in PYBIND11_BUILD_ABI block."
This reverts commit d412303e72
.
This commit is contained in:
parent
d412303e72
commit
b6ccce35e6
@ -64,9 +64,11 @@
|
||||
# error "Unknown major version for MSC_VER: PLEASE REVISE THIS CODE."
|
||||
# endif
|
||||
# endif
|
||||
# elif defined(__NVCOMPILER) // NVHPC (PGI-based).
|
||||
# define PYBIND11_BUILD_ABI "" // TODO: What should be here, to prevent UB?
|
||||
# elif defined(_LIBCPP_ABI_VERSION) // https://libcxx.llvm.org/DesignDocs/ABIVersioning.html
|
||||
# define PYBIND11_BUILD_ABI "_abi" PYBIND11_PLATFORM_ABI_ID_TOSTRING(_LIBCPP_ABI_VERSION)
|
||||
# elif defined(__GXX_ABI_VERSION) // See PR #5439.
|
||||
# elif defined(__GXX_ABI_VERSION)
|
||||
# if __GXX_ABI_VERSION >= 1002 && __GXX_ABI_VERSION < 2000
|
||||
# if !defined(_GLIBCXX_USE_CXX11_ABI)
|
||||
# error "UNEXPECTED: _GLIBCXX_USE_CXX11_ABI not defined: PLEASE REVISE THIS CODE."
|
||||
|
Loading…
Reference in New Issue
Block a user