brintos

brintos / llvm-project-archived public Read only

0
0
Text · 744 B · cef2ea3 Raw
16 lines · plain
1# RUN: llvm-mc -triple x86_64-unknown-linux %s -filetype=obj -o %t.o \2# RUN:         -split-dwarf-file=%t.dwo -dwarf-version=53# RUN: not llvm-dwp %t.dwo -o %t.dwp 2>&1 | FileCheck %s4 5# CHECK: error: type unit is missing type offset6    .section	.debug_info.dwo,"e",@progbits7    .long	.Ldebug_info_dwo_end0-.Ldebug_info_dwo_start0 # Length of Unit8.Ldebug_info_dwo_start0:9    .short	5                               # DWARF version number10    .byte	6                               # DWARF Unit Type (DW_UT_split_type)11    .byte	8                               # Address Size (in bytes)12    .long	0                               # Offset Into Abbrev. Section13    .quad	5657452045627120676             # Type Signature14.Ldebug_info_dwo_end0:15 16