We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694a42f commit 5cec6f6Copy full SHA for 5cec6f6
bolt/test/non-empty-debug-line.test
@@ -4,7 +4,7 @@
4
REQUIRES: system-linux
5
6
RUN: %clang %cflags %S/Inputs/hello.c -g -o %t
7
-RUN: llvm-bolt %t -o %t1 --update-debug-sections --funcs=_start
+RUN: llvm-bolt %t -o %t1 --update-debug-sections --funcs=_start --keep-nops
8
RUN: llvm-readobj -S %t > %t2
9
RUN: llvm-readobj -S %t1 >> %t2
10
RUN: FileCheck %s --input-file %t2
0 commit comments