Skip to content

Commit a708a99

Browse files
dwblaikieAnthony Tran
authored andcommitted
[DebugInfo] Specify x86_64 triple for test (llvm#145797)
Most DWARF tests aren't totally architecture portable anyway - so let's just put this in x86.
1 parent 6efb68a commit a708a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/dynamic-bitfield.ll renamed to llvm/test/DebugInfo/X86/dynamic-bitfield.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
1+
; RUN: llc -mtriple=x86_64 -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
22

33
; A basic test of using a DIExpression for DW_AT_data_bit_offset and
44
; DW_AT_bit_size.

0 commit comments

Comments
 (0)