Skip to content

Commit 42d76a3

Browse files
[BOLT][test] Disable callcont-fallthru.s on AArch64
1 parent 316a6ff commit 42d76a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt/test/X86/callcont-fallthru.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Ensures that a call continuation fallthrough count is set when using
22
## pre-aggregated perf data.
33

4+
# REQUIRES: x86_64-linux
5+
46
# RUN: %clang %cflags -fpic -shared -xc /dev/null -o %t.so
57
## Link against a DSO to ensure PLT entries.
68
# RUN: %clangxx %cxxflags %s %t.so -o %t -Wl,-q -nostdlib

0 commit comments

Comments
 (0)