[all-commits] [llvm/llvm-project] a4a403: [AIX] Actually push back "-mabi=vec-extabi" when o...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Mon Feb 15 14:15:42 PST 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: a4a4036d7aef942b6ff3a8c594937c0e0f6512b0
      https://github.com/llvm/llvm-project/commit/a4a4036d7aef942b6ff3a8c594937c0e0f6512b0
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp

  Log Message:
  -----------
  [AIX] Actually push back "-mabi=vec-extabi" when option is on.

Accidentaly ommitted the portion of pushing back the option in
https://reviews.llvm.org/D94986

(cherry picked from commit caaaebcde462bf681498ce85c2659d683a07fc87)


  Commit: db9731e4500533e07ee3a0aaaf44c8f8c00ca2a8
      https://github.com/llvm/llvm-project/commit/db9731e4500533e07ee3a0aaaf44c8f8c00ca2a8
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/CodeGen/altivec.c

  Log Message:
  -----------
  [AIX] Improve option processing for mabi=vec-extabi and mabi=vec=defaul

Opening this revision to better address comments by @hubert.reinterpretcast in https://reviews.llvm.org/rGcaaaebcde462

Reviewed By: hubert.reinterpretcast

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

(cherry picked from commit eb3426a528d5b3cbbb54aee662a779f2067fc9db)


Compare: https://github.com/llvm/llvm-project/compare/a29ff5bae41a...db9731e45005


More information about the All-commits mailing list