[all-commits] [llvm/llvm-project] 028d7a: Remove requirement for -maltivec to be used when u...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Tue Jan 26 05:03:25 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 028d7a36681f1ad0388e540cc231e480a487a09e
      https://github.com/llvm/llvm-project/commit/028d7a36681f1ad0388e540cc231e480a487a09e
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

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

  Log Message:
  -----------
  Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code

The previous implementation required that `-maltivec` be specified when using either `-mabi=vec-extabi` or `-mabi=vec-default`, this patch removes that requirement.

Reviewed By: cebowleratibm

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




More information about the All-commits mailing list