[all-commits] [llvm/llvm-project] ab00b1: [AIX] Update CMake linker flags to use large glink...

azhan92 via All-commits all-commits at lists.llvm.org
Thu Jun 8 10:17:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab00b10d722d5df840b68475bb219299f70955da
      https://github.com/llvm/llvm-project/commit/ab00b10d722d5df840b68475bb219299f70955da
  Author: Alison Zhang <alisonxzhang at gmail.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M llvm/cmake/modules/HandleLLVMOptions.cmake

  Log Message:
  -----------
  [AIX] Update CMake linker flags to use large glink code

Building clang/llvm as a debug build results in TOC overflow even when
using large code model on AIX. This review updates the
llvm/cmake/modules/HandleLLVMOptions.cmake file to use large glink code
in addition to building as a large code model.

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




More information about the All-commits mailing list