mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-19 14:44:39 +00:00
lldb: Fix cross-cu-reference test to explicitly request that feature
This commit is contained in:
parent
e731a2678c
commit
ed7be0d4d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user