[PATCH] D135889: [lld/mac] Add test for bug fixed in reland 82ca390062d115

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 08:46:09 PDT 2022


thakis created this revision.
thakis added a reviewer: lld-macho.
Herald added projects: lld-macho, All.
thakis requested review of this revision.

https://reviews.llvm.org/D135889

Files:
  lld/test/MachO/undef-spell-corrector.s


Index: lld/test/MachO/undef-spell-corrector.s
===================================================================
--- lld/test/MachO/undef-spell-corrector.s
+++ lld/test/MachO/undef-spell-corrector.s
@@ -86,6 +86,12 @@
 call abcd
 call abde
 
+.subsections_via_symbols
+
+.section  __DWARF,__debug_aranges,regular,debug
+ltmp1:
+  .byte 0
+
 #--- bbcde-abcdd.s
 call bbcde
 call abcdd


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135889.467500.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/1dee8f64/attachment.bin>


More information about the llvm-commits mailing list