[all-commits] [llvm/llvm-project] 4c9adb: [scudo/standalone] Use .arch_extension memtag, not...

Roland McGrath via All-commits all-commits at lists.llvm.org
Mon Feb 8 12:25:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c9adbb287e7e6cfea866b3c3254b50f21e5ce1f
      https://github.com/llvm/llvm-project/commit/4c9adbb287e7e6cfea866b3c3254b50f21e5ce1f
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/memtag.h

  Log Message:
  -----------
  [scudo/standalone] Use .arch_extension memtag, not mte

GNU binutils accepts only `.arch_extension memtag` while Clang
accepts either that or `.arch_extension mte` to mean the same thing.

Reviewed By: pcc

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




More information about the All-commits mailing list