Skip to content

Commit c447cce

Browse files
authored
Update constant-island-entry.s
1 parent 3fe0d02 commit c447cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/AArch64/constant-island-entry.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This test checks that we ignore functions which add an entry point that
22
// is in a costant island.
33

4-
# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-linux-gnu %s -o %t.o
4+
# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
55
# RUN: %clang %cflags %t.o -pie -Wl,-q -o %t.exe
66
# RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s
77

0 commit comments

Comments
 (0)