Skip to content

Commit

Permalink
[BOLT] Fix instrumentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
yota9 committed Oct 17, 2023
1 parent 1981b1b commit 58069ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bolt/test/X86/internal-call-instrument-so.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This reproduces a bug with instrumentation crashes on internal call

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

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


.globl _fini
.type _fini, %function
.p2align 4
Expand Down

0 comments on commit 58069ff

Please sign in to comment.