brintos

brintos / llvm-project-archived public Read only

0
0
Text · 705 B · 9b2d2aa Raw
26 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t1 -split-dwarf-file %t22// RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s3// RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s4 5// O-NOT: Contents of section6// O: Contents of section .strtab:7// O-NOT: Contents of section8// O: Contents of section .text:9// O-NEXT: 0000 c310// O-NEXT: Contents of section .symtab:11// O-NOT: Contents of section12.globl main13main:14.Ltmp1:15ret16.Ltmp2:17 18// DWO-NOT: Contents of section19// DWO: Contents of section .strtab:20// DWO-NOT: Contents of section21// DWO: Contents of section .foo.dwo:22// DWO-NEXT: 0000 0100000023// DWO-NOT: Contents of section24.section .foo.dwo25.long .Ltmp2-.Ltmp126