[PATCH] D72658: [llvm-nm] Don't report "no symbols" error for files that contain symbols

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 15:17:08 PST 2020


sbc100 created this revision.
Herald added subscribers: llvm-commits, rupprecht, dexonsmith, steven_wu, aheejin, hiraditya, mehdi_amini.
Herald added a reviewer: jhenderson.
Herald added a project: LLVM.
sbc100 added a reviewer: rupprecht.

Previously we were reporting this error if we were list no symbols
which is not the same thing as the file containing no symbols.

This a followup to https://reviews.llvm.org/D52810


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72658

Files:
  llvm/test/ThinLTO/X86/empty-module.ll
  llvm/test/ThinLTO/X86/strong_non_prevailing.ll
  llvm/test/tools/llvm-nm/X86/nm-no-symbols-local-only.yaml
  llvm/test/tools/llvm-nm/X86/nm-no-symbols.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72658.237792.patch
Type: text/x-patch
Size: 5225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/f8e9bb6a/attachment.bin>


More information about the llvm-commits mailing list