[PATCH] D128184: [lld-macho] Show source information for undefined references

Daniel Bertalan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 08:35:08 PDT 2022


BertalanD updated this revision to Diff 438415.
BertalanD removed a reviewer: jdoerfert.
BertalanD added a comment.
Herald added a reviewer: jdoerfert.

- Added a test for references originating from variables (couldn't produce a non-convoluted example that covers the third case
- Take `emitBeginSourceStab`'s argument as a `StringRef`
- Fixed the spelling errors


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

https://reviews.llvm.org/D128184

Files:
  lld/MachO/Dwarf.cpp
  lld/MachO/Dwarf.h
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/InputSection.cpp
  lld/MachO/InputSection.h
  lld/MachO/SymbolTable.cpp
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/test/MachO/invalid/undef-debug.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128184.438415.patch
Type: text/x-patch
Size: 22504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/e062ef79/attachment.bin>


More information about the llvm-commits mailing list