Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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