Skip to content

Commit 01be3b9

Browse files
committed
Undo unintended change to flang-rt cmake file.
1 parent 014a067 commit 01be3b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang-rt/cmake/modules/GetToolchainDirs.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ function (get_toolchain_arch_dirname outvar)
119119
set(target "amdgcn-amd-amdhsa")
120120
elseif("${arch}" MATCHES "^nvptx")
121121
set(target "nvptx64-nvidia-cuda")
122-
elseif(UNIX AND CMAKE_SYSTEM_NAME MATCHES "AIX")
123-
string(TOLOWER "${CMAKE_SYSTEM_NAME}" target)
124122
else()
125123
set(target "${arch}${triple_suffix}")
126124
endif()

0 commit comments

Comments
 (0)