Skip to content

Commit e3afb45

Browse files
[DebugInfo] Fix test to force InstrRef in x86
This is necessary since we changed the default implementation of LDV in x86 for the time being.
1 parent 1b45291 commit e3afb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/X86/DW_OP_LLVM_extract_bits.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o %t -filetype=obj
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o %t -filetype=obj -experimental-debug-variable-locations=true
22
; RUN: llvm-dwarfdump --debug-info %t | FileCheck %s
33

44
%struct.struct_t = type { i8 }

0 commit comments

Comments
 (0)