[Lldb-commits] [lldb] ed7be0d - lldb: Fix cross-cu-reference test to explicitly request that feature
David Blaikie via lldb-commits
lldb-commits at lists.llvm.org
Wed May 31 17:36:00 PDT 2023
Author: David Blaikie
Date: 2023-06-01T00:35:39Z
New Revision: ed7be0d4d17b5d1470587643cd5c55157414bb9c
URL: https://github.com/llvm/llvm-project/commit/ed7be0d4d17b5d1470587643cd5c55157414bb9c
DIFF: https://github.com/llvm/llvm-project/commit/ed7be0d4d17b5d1470587643cd5c55157414bb9c.diff
LOG: lldb: Fix cross-cu-reference test to explicitly request that feature
Added:
Modified:
lldb/test/Shell/SymbolFile/DWARF/x86/split-dwarf-multiple-cu.ll
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/split-dwarf-multiple-cu.ll b/lldb/test/Shell/SymbolFile/DWARF/x86/split-dwarf-multiple-cu.ll
index 9c2348750cfb3..0cc8b1f1b8e85 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/x86/split-dwarf-multiple-cu.ll
+++ b/lldb/test/Shell/SymbolFile/DWARF/x86/split-dwarf-multiple-cu.ll
@@ -1,7 +1,7 @@
; Check handling of dwo files with multiple compile units. Right now this is not
; supported, but it should not cause us to crash or misbehave either...
-; RUN: llc %s -filetype=obj -o %t.o --split-dwarf-file=%t.o
+; RUN: llc %s -filetype=obj -o %t.o --split-dwarf-file=%t.o -split-dwarf-cross-cu-references
; RUN: %lldb %t.o -o "image lookup -s x1 -v" -o "image lookup -s x2 -v" -b | FileCheck %s
; CHECK: image lookup -s x1
More information about the lldb-commits
mailing list