[llvm] [flang-rt] replace the triple dir to 'aix' for flang-rt to be consistent with clang on AIX. (PR #130875)

Kelvin Li via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 06:25:31 PDT 2025


================
@@ -118,6 +118,9 @@ function (get_toolchain_arch_dirname outvar)
     set(target "amdgcn-amd-amdhsa")
   elseif("${arch}" MATCHES "^nvptx")
     set(target "nvptx64-nvidia-cuda")
+  elseif(UNIX AND CMAKE_SYSTEM_NAME MATCHES "AIX")
+    # Put at lib/aix to be consistent with clang on AIX.
----------------
kkwli wrote:

Nit: "Put at" → "Use"

https://github.com/llvm/llvm-project/pull/130875


More information about the llvm-commits mailing list