jankratochvil created this revision. jankratochvil added reviewers: labath, JDevlieghere. jankratochvil added a project: LLDB. jankratochvil edited the summary of this revision.
D63643 <https://reviews.llvm.org/D63643> added these testfiles but some of the `%t4dwo` and `%t5dwo` builds are the same as corresponding `%t4` and `%t5` builds. Fortunately the testcases do PASS. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D76316 Files: lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test Index: lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test =================================================================== --- lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test +++ lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test @@ -12,12 +12,12 @@ # Test type units in dwo files. # RUN: %clangxx_host %S/Inputs/debug-types-expressions.cpp \ -# RUN: -g -gdwarf-4 -fdebug-types-section -o %t4dwo +# RUN: -g -gdwarf-4 -fdebug-types-section -gsplit-dwarf -o %t4dwo # RUN: %lldb %t4dwo -s %s -o exit | FileCheck %s # And type units+dwo+dwarf5. # RUN: %clangxx_host %S/Inputs/debug-types-expressions.cpp \ -# RUN: -g -gdwarf-5 -fdebug-types-section -o %t5dwo +# RUN: -g -gdwarf-5 -fdebug-types-section -gsplit-dwarf -o %t5dwo # RUN: %lldb %t5dwo -s %s -o exit | FileCheck %s breakpoint set -n foo Index: lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test =================================================================== --- lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test +++ lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test @@ -20,7 +20,7 @@ # And type units+dwo+dwarf5. # RUN: %clangxx -target x86_64-pc-linux %S/Inputs/debug-types-basic.cpp \ -# RUN: -g -gdwarf-5 -fdebug-types-section -c -o %t5dwo.o +# RUN: -g -gdwarf-5 -fdebug-types-section -gsplit-dwarf -c -o %t5dwo.o # RUN: ld.lld %t5dwo.o -o %t5dwo # RUN: %lldb %t5dwo -s %s -o exit | FileCheck %s
Index: lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test =================================================================== --- lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test +++ lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test @@ -12,12 +12,12 @@ # Test type units in dwo files. # RUN: %clangxx_host %S/Inputs/debug-types-expressions.cpp \ -# RUN: -g -gdwarf-4 -fdebug-types-section -o %t4dwo +# RUN: -g -gdwarf-4 -fdebug-types-section -gsplit-dwarf -o %t4dwo # RUN: %lldb %t4dwo -s %s -o exit | FileCheck %s # And type units+dwo+dwarf5. # RUN: %clangxx_host %S/Inputs/debug-types-expressions.cpp \ -# RUN: -g -gdwarf-5 -fdebug-types-section -o %t5dwo +# RUN: -g -gdwarf-5 -fdebug-types-section -gsplit-dwarf -o %t5dwo # RUN: %lldb %t5dwo -s %s -o exit | FileCheck %s breakpoint set -n foo Index: lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test =================================================================== --- lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test +++ lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test @@ -20,7 +20,7 @@ # And type units+dwo+dwarf5. # RUN: %clangxx -target x86_64-pc-linux %S/Inputs/debug-types-basic.cpp \ -# RUN: -g -gdwarf-5 -fdebug-types-section -c -o %t5dwo.o +# RUN: -g -gdwarf-5 -fdebug-types-section -gsplit-dwarf -c -o %t5dwo.o # RUN: ld.lld %t5dwo.o -o %t5dwo # RUN: %lldb %t5dwo -s %s -o exit | FileCheck %s
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits