[PATCH] D77231: [lld] Support --lto-emit-asm and --plugin-opt=emit-asm

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 11:49:24 PDT 2020


MaskRay added a comment.

In D77231#2005752 <https://reviews.llvm.org/D77231#2005752>, @hoyFB wrote:

> @MaskRay @grimar @tejohnson Thank you all for your great code reviews! I'm going to close this.


Delete unnecessary Phabricator tags with:

  arcfilter () {
          arc amend
          git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:$/ {sub(/^Summary: /,"");print}' | git commit --amend -F -
  }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77231/new/

https://reviews.llvm.org/D77231





More information about the llvm-commits mailing list