brintos

brintos / llvm-project-archived public Read only

0
0
Text · 577 B · 601c0c5 Raw
13 lines · plain
1; RUN: rm -rf %t2; RUN: mkdir %t3; RUN: cd %t4; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-basic.s \5; RUN: -split-dwarf-file=main.dwo -o main.o6; RUN: %clang %cflags -gdwarf-4 -gsplit-dwarf=split main.o -o main.exe7; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections -v 1 &> log8; RUN: cat log | FileCheck %s -check-prefix=BOLT-LOG-CHECK9 10;; Test check we don't print out a warning in -v 1 when Unit DIE doesn't have low_pc/high_pc11 12; BOLT-LOG-CHECK-NOT: BOLT-ERROR: cannot update ranges for DIE in Unit offset13