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 7ffddc1 commit b1ef1d9Copy full SHA for b1ef1d9
flang-rt/cmake/modules/GetToolchainDirs.cmake
@@ -119,8 +119,6 @@ function (get_toolchain_arch_dirname outvar)
119
set(target "amdgcn-amd-amdhsa")
120
elseif("${arch}" MATCHES "^nvptx")
121
set(target "nvptx64-nvidia-cuda")
122
- elseif(UNIX AND CMAKE_SYSTEM_NAME MATCHES "AIX")
123
- string(TOLOWER "${CMAKE_SYSTEM_NAME}" target)
124
else()
125
set(target "${arch}${triple_suffix}")
126
endif()
0 commit comments