diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/bitfields-dwarf4.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/bitfields-dwarf4.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/bitfields-dwarf4.ll b/llvm/test/DebugInfo/X86/bitfields-dwarf4.ll index cefe61663d4..5275fc64554 100644 --- a/llvm/test/DebugInfo/X86/bitfields-dwarf4.ll +++ b/llvm/test/DebugInfo/X86/bitfields-dwarf4.ll @@ -1,5 +1,8 @@ ; RUN: llc -mtriple x86_64-apple-macosx -O0 -filetype=obj -o - %s \ ; RUN: | llvm-dwarfdump -debug-dump=info - | FileCheck %s +; RUN: llc -mtriple x86_64-gnu-linux -O0 -filetype=obj -o - %s \ +; RUN: | llvm-dwarfdump -debug-dump=info - | FileCheck %s --check-prefix=LINUX +; LINUX-NOT: DW_AT_data_bit_offset ; ; Generated from: ; #include <stdint.h> |

