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 094c07c commit c8bb06cCopy full SHA for c8bb06c
llvm/test/DebugInfo/X86/dynamic-bitfield.ll
@@ -1,6 +1,7 @@
1
; The use of llvm-dis here tests that round-tripping the IR works
2
; correctly for the expression case.
3
; RUN: llvm-as < %s | llvm-dis | llc -mtriple=x86_64 -O0 -filetype=obj -o - | llvm-dwarfdump -v -debug-info - | FileCheck %s
4
+; XFAIL: *
5
6
; A basic test of using a DIExpression for DW_AT_data_bit_offset and
7
; DW_AT_bit_size.
0 commit comments