Skip to content

Commit 1a90ab7

Browse files
Merge pull request #9049 from felipepiovezan/felipe/fix_x86_test_difference_ldv
[DebugInfo] Fix test to force InstrRef in x86
2 parents ca39483 + e3afb45 commit 1a90ab7

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)