[llvm] [BOLT][test] Disable callcont-fallthru.s on AArch64 (PR #137831)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 08:59:03 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-bolt
Author: Paschalis Mpeis (paschalis-mpeis)
<details>
<summary>Changes</summary>
Disabling this test on AArch64, until a consistent workaround is in place. See [this comment](https://github.com/llvm/llvm-project/pull/135867#issuecomment-2821084711) of:
- #<!-- -->135867
---
Full diff: https://github.com/llvm/llvm-project/pull/137831.diff
1 Files Affected:
- (modified) bolt/test/X86/callcont-fallthru.s (+2)
``````````diff
diff --git a/bolt/test/X86/callcont-fallthru.s b/bolt/test/X86/callcont-fallthru.s
index ee72d8f62e032..329cc9530bd68 100644
--- a/bolt/test/X86/callcont-fallthru.s
+++ b/bolt/test/X86/callcont-fallthru.s
@@ -1,6 +1,8 @@
## Ensures that a call continuation fallthrough count is set when using
## pre-aggregated perf data.
+# REQUIRES: x86_64-linux
+
# RUN: %clang %cflags -fpic -shared -xc /dev/null -o %t.so
## Link against a DSO to ensure PLT entries.
# RUN: %clangxx %cxxflags %s %t.so -o %t -Wl,-q -nostdlib
``````````
</details>
https://github.com/llvm/llvm-project/pull/137831
More information about the llvm-commits
mailing list