[lld] b1dadab - [MachO] Remove redundant `.section` directive

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 16:17:19 PDT 2023


Author: Shoaib Meenai
Date: 2023-06-21T16:16:46-07:00
New Revision: b1dadab3d9e32206a751dee3247228be79b2f831

URL: https://github.com/llvm/llvm-project/commit/b1dadab3d9e32206a751dee3247228be79b2f831
DIFF: https://github.com/llvm/llvm-project/commit/b1dadab3d9e32206a751dee3247228be79b2f831.diff

LOG: [MachO] Remove redundant `.section` directive

See https://reviews.llvm.org/D153382#inline-1483291

Added: 
    

Modified: 
    lld/test/MachO/reloc-subtractor.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/reloc-subtractor.s b/lld/test/MachO/reloc-subtractor.s
index 24702731a2a2f..215593c22b713 100644
--- a/lld/test/MachO/reloc-subtractor.s
+++ b/lld/test/MachO/reloc-subtractor.s
@@ -49,7 +49,6 @@ _sub5:
   .quad L_.minuend - _subtrahend_1 + 1
   .space 8
 
-.section __DATA,bar
 _minuend_1:
   .space 16
 _minuend_2:


        


More information about the llvm-commits mailing list