[all-commits] [llvm/llvm-project] 533af6: [AIX] make integrated-as as default on AIX.

Esme via All-commits all-commits at lists.llvm.org
Thu Jul 6 00:17:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 533af6e5c4b35b72805cdbd6229644d288e172e4
      https://github.com/llvm/llvm-project/commit/533af6e5c4b35b72805cdbd6229644d288e172e4
  Author: esmeyi <esme.yi at ibm.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/AIX.h
    M clang/test/Driver/aix-as.c
    A clang/test/Driver/aix-integrated-as.c

  Log Message:
  -----------
  [AIX] make integrated-as as default on AIX.

Summary: Clang uses LLVM's integrated assembler by default on most targets, however non-integrated-as mode is default on AIX. Currently integrated-as mode on AIX has passed tests of LLVM test-suite, bootstrap and Spec2017, therefore this patch sets integrated-as as the default assembler mode on AIX.

Reviewed By: DiggerLin

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




More information about the All-commits mailing list