[all-commits] [llvm/llvm-project] 109954: [AIX] Pass the -b option to linker on AIX

anjankumar-g-k via All-commits all-commits at lists.llvm.org
Thu Jul 29 11:15:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 109954410c34434a181f5eb48cbd14f4122101c7
      https://github.com/llvm/llvm-project/commit/109954410c34434a181f5eb48cbd14f4122101c7
  Author: Anjan Kumar <anjankumar.g.k at ca.ibm.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/test/Driver/Xlinker-args.c

  Log Message:
  -----------
  [AIX] Pass the -b option to linker on AIX

Parse the -b option in the driver and pass it to the linker if the target OS is AIX. This will establish compatibility with the other AIX compilers.

Reviewed By: Zarko Todorovski

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




More information about the All-commits mailing list