[BOLT][NFC] Add keep-nops option to non-empty-debug-line.test (#137812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
This commit is contained in:
Elvina Yakubova
2025-04-29 18:16:36 +01:00
committed by GitHub
parent 694a42f018
commit 5cec6f6f2d

View File

@@ -4,7 +4,7 @@
REQUIRES: system-linux
RUN: %clang %cflags %S/Inputs/hello.c -g -o %t
RUN: llvm-bolt %t -o %t1 --update-debug-sections --funcs=_start
RUN: llvm-bolt %t -o %t1 --update-debug-sections --funcs=_start --keep-nops
RUN: llvm-readobj -S %t > %t2
RUN: llvm-readobj -S %t1 >> %t2
RUN: FileCheck %s --input-file %t2