Skip to content

Commit 0545aea

Browse files
committed
Undo unintended change to flang-rt cmake file.
1 parent 5c4ef2a commit 0545aea

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
@@ -118,8 +118,6 @@ function (get_toolchain_arch_dirname outvar)
118118
set(target "amdgcn-amd-amdhsa")
119119
elseif("${arch}" MATCHES "^nvptx")
120120
set(target "nvptx64-nvidia-cuda")
121-
elseif(UNIX AND CMAKE_SYSTEM_NAME MATCHES "AIX")
122-
string(TOLOWER "${CMAKE_SYSTEM_NAME}" target)
123121
else()
124122
set(target "${arch}${triple_suffix}")
125123
endif()

0 commit comments

Comments
 (0)