[Lldb-commits] [lldb] af35be5 - [lldb] Remove unused directive from test for D153043

Jaroslav Sevcik via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 16 03:46:34 PDT 2023


Author: Jaroslav Sevcik
Date: 2023-06-16T12:46:21+02:00
New Revision: af35be55c032a5af93e235ca8347fffeb68b788e

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

LOG: [lldb] Remove unused directive from test for D153043

Added: 
    

Modified: 
    lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s b/lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s
index e03a69f67f8f9..660bb14395e8d 100644
--- a/lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s
+++ b/lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s
@@ -22,4 +22,3 @@ asm_main:
 	.globl  g_hard_abort
 g_hard_abort:
 	.byte   1
-	.size   g_hard_abort, 1
\ No newline at end of file


        


More information about the lldb-commits mailing list