Skip to content

Commit 7cd7b95

Browse files
authored
[BOLT] Fix instrumentation test (#69383)
1 parent e93bddb commit 7cd7b95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/test/X86/internal-call-instrument-so.s

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This reproduces a bug with instrumentation crashes on internal call
22

3-
# REQUIRES: system-linux,bolt-runtime
3+
# REQUIRES: system-linux,bolt-runtime,target=x86_64{{.*}}
44

55
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
66
# Delete our BB symbols so BOLT doesn't mark them as entry points
@@ -41,7 +41,6 @@ _start:
4141
retq
4242
.size _start, .-_start
4343

44-
4544
.globl _fini
4645
.type _fini, %function
4746
.p2align 4

0 commit comments

Comments
 (0)