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 6c6abb1 commit 05c21f5Copy full SHA for 05c21f5
compiler-rt/cmake/base-config-ix.cmake
@@ -210,7 +210,7 @@ macro(test_targets)
210
test_target_arch(x86_64 "" "")
211
endif()
212
213
- elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le")
+ elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc64le|ppc64le")
214
test_target_arch(powerpc64le "" "-m64")
215
elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "powerpc")
216
if(CMAKE_SYSTEM_NAME MATCHES "AIX")
0 commit comments