[libcxx-commits] [PATCH] D127470: [libcxx][AIX] Switch build compiler to clang

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 13 07:23:08 PDT 2022


daltenty added inline comments.


================
Comment at: libcxx/CMakeLists.txt:472
+if (${CMAKE_SYSTEM_NAME} MATCHES "AIX")
+  set(CMAKE_AR "/usr/bin/ar")
+endif()
----------------
Would setting this in our AIX CMake cache file be sufficient? That might be preferable to hardcoding part of the tool chain in each of the top-level CMake files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127470



More information about the libcxx-commits mailing list