Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

ElvinaYakubova
Copy link
Contributor

On openSUSE distribution test is failing due to different .debug_line size without the keep-nops option

@llvmbot
Copy link
Member

llvmbot commented Apr 29, 2025

@llvm/pr-subscribers-bolt

Author: Elvina Yakubova (ElvinaYakubova)

Changes

On openSUSE distribution test is failing due to different .debug_line size without the keep-nops option


Full diff: https://github.com/llvm/llvm-project/pull/137812.diff

1 Files Affected:

  • (modified) bolt/test/non-empty-debug-line.test (+1-1)
diff --git a/bolt/test/non-empty-debug-line.test b/bolt/test/non-empty-debug-line.test
index 0650e9ec1c7ab..79c0ea46c8f6c 100644
--- a/bolt/test/non-empty-debug-line.test
+++ b/bolt/test/non-empty-debug-line.test
@@ -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

On openSUSE distribution test is failing due to different
.debug_line size without keep-nops option
@ElvinaYakubova ElvinaYakubova merged commit 5cec6f6 into llvm:main Apr 29, 2025
10 checks passed
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
…37812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
…37812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
…37812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
GeorgeARM pushed a commit to GeorgeARM/llvm-project that referenced this pull request May 7, 2025
…37812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
Ankur-0429 pushed a commit to Ankur-0429/llvm-project that referenced this pull request May 9, 2025
…37812)

On openSUSE distribution test is failing due to different .debug_line
size without the keep-nops option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants