Skip to content

[BOLT] Fix test. NFC #124851

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
Jan 30, 2025
Merged

[BOLT] Fix test. NFC #124851

merged 1 commit into from
Jan 30, 2025

Conversation

maksfb
Copy link
Contributor

@maksfb maksfb commented Jan 28, 2025

Keep output files different for multiple tool invocations. Otherwise, it causes issues with our internal testing infra.

Keep output files different for multiple tool invocations. Otherwise, it
causes issues with our internal testing infra.
@llvmbot
Copy link
Member

llvmbot commented Jan 28, 2025

@llvm/pr-subscribers-bolt

Author: Maksim Panchenko (maksfb)

Changes

Keep output files different for multiple tool invocations. Otherwise, it causes issues with our internal testing infra.


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

1 Files Affected:

  • (modified) bolt/test/AArch64/pad-before-funcs.s (+1-1)
diff --git a/bolt/test/AArch64/pad-before-funcs.s b/bolt/test/AArch64/pad-before-funcs.s
index f3e8a23ddfdda6..c1b92063d6fa49 100644
--- a/bolt/test/AArch64/pad-before-funcs.s
+++ b/bolt/test/AArch64/pad-before-funcs.s
@@ -15,7 +15,7 @@
 # RUN: llvm-bolt %t.exe -o %t.bolt.4.4 --pad-funcs-before=_start:4 --pad-funcs=_start:4
 # RUN: llvm-bolt %t.exe -o %t.bolt.4.8 --pad-funcs-before=_start:4 --pad-funcs=_start:8
 
-# RUN: not llvm-bolt %t.exe -o %t.bolt.8 --pad-funcs-before=_start:1 2>&1 | FileCheck --check-prefix=CHECK-BAD-ALIGN %s
+# RUN: not llvm-bolt %t.exe -o %t.bolt.1 --pad-funcs-before=_start:1 2>&1 | FileCheck --check-prefix=CHECK-BAD-ALIGN %s
 
 # CHECK-BAD-ALIGN: user-requested 1 padding bytes before function _start(*2) is not a multiple of the minimum function alignment (4).
 

@dcci dcci merged commit 69c2468 into llvm:main Jan 30, 2025
9 checks passed
@maksfb maksfb deleted the llvm-fix-test branch March 6, 2025 02:46
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