We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e3b1 commit 2943b9aCopy full SHA for 2943b9a
libcxx/lib/abi/CMakeLists.txt
@@ -18,7 +18,7 @@ function(cxx_abi_list_identifier result triple abi_library abi_version unstable
18
string(REGEX REPLACE "freebsd[0-9]+\\.[0-9]+" "freebsd" triple "${triple}")
19
elseif("${triple}" MATCHES "aix")
20
# Ignore the V.R.M.F version string of aix targets.
21
- string(REGEX REPLACE "aix[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+" "aix" triple "${triple}")
+ string(REGEX REPLACE "aix[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+" "aix" triple "${triple}")
22
endif()
23
list(APPEND abi_properties "${triple}")
24
list(APPEND abi_properties "${abi_library}")
0 commit comments