[PATCH] D74256: [AIX] Change host detection to return correct 32/64-bit triple

Steven Wan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 11:37:37 PST 2020


stevewan added inline comments.


================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:174
-    set(CMAKE_CXX_ARCHIVE_FINISH "<CMAKE_RANLIB> -X64 <TARGET>")
-  endif()
   # -fPIC does not enable the large code model for GCC on AIX but does for XL.
----------------
Is this change somewhat out of scope here and fits better in a separate patch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74256/new/

https://reviews.llvm.org/D74256





More information about the llvm-commits mailing list