[PATCH] D75234: [LLD] Report errors occurred while parsing debug info as warnings.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 13:33:15 PST 2020


MaskRay added a comment.

You can strip some Phabricator metadata tags, BTW:

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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75234





More information about the llvm-commits mailing list