[all-commits] [llvm/llvm-project] 00d68c: [PowerPC] Support parsing GNU attributes in MC

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Sat Jan 22 07:34:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00d68c3824bfcb103783b94c4cd8df353e4ee85d
      https://github.com/llvm/llvm-project/commit/00d68c3824bfcb103783b94c4cd8df353e4ee85d
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2022-01-22 (Sat, 22 Jan 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    A llvm/test/MC/PowerPC/gnu-attribute.s

  Log Message:
  -----------
  [PowerPC] Support parsing GNU attributes in MC

This patch is the first step to enable support of GNU attribute in LLVM
PowerPC, enabling it for PowerPC targets, otherwise llvm-mc raises error
when seeing the attribute section.

Reviewed By: jsji

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




More information about the All-commits mailing list