[PATCH] D112450: support xcoff for llvm-nm

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 12:16:01 PST 2021


DiggerLin updated this revision to Diff 394953.
DiggerLin marked 3 inline comments as done.
DiggerLin added a comment.

1. using yaml2obj for test case
2. change

static void warn(Error Err, Twine FileName, Twine Context = Twine())
to
static void warn(Error Err, Twine FileName, Twine Context = Twine(), Twine Archive = Twine())


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112450

Files:
  llvm/test/tools/llvm-nm/XCOFF/basic.test
  llvm/test/tools/llvm-nm/XCOFF/invalid-section-index.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112450.394953.patch
Type: text/x-patch
Size: 7642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211216/cf858702/attachment.bin>


More information about the llvm-commits mailing list