[all-commits] [llvm/llvm-project] 4b8cb6: [CMake][AIX] Set LLVM_ENABLE_PER_TARGET_RUNTIME_DI...

David Tenty via All-commits all-commits at lists.llvm.org
Thu Sep 24 13:37:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b8cb665a13b1eef4df3e09080098b5f8f520016
      https://github.com/llvm/llvm-project/commit/4b8cb665a13b1eef4df3e09080098b5f8f520016
  Author: David Tenty <daltenty at ibm.com>
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [CMake][AIX] Set LLVM_ENABLE_PER_TARGET_RUNTIME_DIR appropriately for AIX

AIX by default usually folds 32-bit & 64-bit arch libraries into a single
archive, a behaviour we may want for the runtime libraries in the future,
so we don't necessarily want to opt into the multlib layout introduce in
D45604, which is currently the default for runtime builds.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D88169




More information about the All-commits mailing list