Skip to content

Commit c4b096a

Browse files
committed
[BOLT] Fix typo in test
1 parent 0199d51 commit c4b096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/AArch64/hook-fini.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# RUN: llvm-readelf -ds -x .fini_array %t-no-fini | FileCheck --check-prefix=CHECK-NO-FINI-RELOC %s
2727

2828
## Create a dummy shared library to link against to force creation of the dynamic section.
29-
# RUN: %clang %cflags %p/../Inputs/stub.c -fPIC -shared -o %t-stubs.so
29+
# RUN: %clang %cflags %p/../Inputs/stub.c -fPIC -shared -o %t-stub.so
3030
# RUN: %clang %cflags %s -no-pie -Wl,-q,-fini=0 %t-stub.so -o %t-no-pie-no-fini.exe
3131
# RUN: llvm-readelf -r %t-no-pie-no-fini.exe | FileCheck --check-prefix=RELOC-NO-PIE %s
3232
# RUN: llvm-bolt %t-no-pie-no-fini.exe -o %t-no-pie-no-fini --instrument

0 commit comments

Comments
 (0)