[Lldb-commits] [lldb] 9cc2f13 - [lldb] Clean up DW_AT_declaration-with-children.s test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 19 06:02:24 PDT 2020


Author: Pavel Labath
Date: 2020-08-19T14:58:50+02:00
New Revision: 9cc2f13deeb30de3a2ce1854c36f6c0a8de86d6c

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

LOG: [lldb] Clean up DW_AT_declaration-with-children.s test

Address some post-commit feedback on D85968.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s b/lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
index e00dc1961749..f17902918e38 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
@@ -4,9 +4,8 @@
 
 # REQUIRES: x86
 
-# RUN: rm -rf %t
 # RUN: split-file %s %t
-# RUN: llvm-mc --triple x86_64-pc-linux %t/asm --filetype=obj > %t.o
+# RUN: llvm-mc --triple x86_64-pc-linux %t/asm --filetype=obj -o %t.o
 # RUN: %lldb -o "settings set interpreter.stop-command-source-on-error false" \
 # RUN:   -s %t/commands -o exit %t.o 2>&1 | FileCheck %s
 


        


More information about the lldb-commits mailing list