[all-commits] [llvm/llvm-project] 6ceb60: [PowerPC][NFC] remove the rop-protect attribute in...

Chen Zheng via All-commits all-commits at lists.llvm.org
Mon Nov 7 21:51:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ceb607b302f83d9007b679055944cc284e45267
      https://github.com/llvm/llvm-project/commit/6ceb607b302f83d9007b679055944cc284e45267
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-double.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-int.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-longlong.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc-large.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc.ll

  Log Message:
  -----------
  [PowerPC][NFC] remove the rop-protect attribute in LIT cases.

This flag will cause LLC warning:

"'-rop-protection' is not a recognized feature for this target
(ignoring feature)"

Remove this unused feature first. We may also need to check why
llc emits this warning as we declare '-rop-protection' not
'+rop-protection'.




More information about the All-commits mailing list