1; RUN: rm -rf %t 2; RUN: mkdir %t 3; RUN: cd %t 4; 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.o 6; RUN: %clang %cflags -gdwarf-4 -gsplit-dwarf=split main.o -o main.exe 7; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections -v 1 &> log 8; RUN: cat log | FileCheck %s -check-prefix=BOLT-LOG-CHECK 9 10;; Test check we don't print out a warning in -v 1 when Unit DIE doesn't have low_pc/high_pc 11 12; BOLT-LOG-CHECK-NOT: BOLT-ERROR: cannot update ranges for DIE in Unit offset 13