Skip to content

Commit 8351110

Browse files
Update bolt/test/AArch64/dummy-return.test
Co-authored-by: Amir Ayupov <[email protected]>
1 parent 1a0542a commit 8351110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/AArch64/dummy-return.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
REQUIRES: system-linux
66

7-
RUN: %clang %p/../Inputs/main.c -o %t -Wl,-q -static
7+
RUN: %clang %cflags %p/../Inputs/main.c -o %t -Wl,-q -static
88
RUN: llvm-bolt -instrument -instrumentation-sleep-time=1 %t -o %t.instr 2>&1 | FileCheck %s
99
RUN: llvm-objdump --disassemble-symbols=__bolt_fini_trampoline %t.instr -D | FileCheck %s -check-prefix=CHECK-ASM
1010

0 commit comments

Comments
 (0)