We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efb68a commit a708a99Copy full SHA for a708a99
llvm/test/DebugInfo/dynamic-bitfield.ll renamed to llvm/test/DebugInfo/X86/dynamic-bitfield.ll
@@ -1,4 +1,4 @@
1
-; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
+; RUN: llc -mtriple=x86_64 -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
2
3
; A basic test of using a DIExpression for DW_AT_data_bit_offset and
4
; DW_AT_bit_size.
0 commit comments