From e0ee0805745bd1782fc48cbb3898706971fe0919 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 20 Apr 2022 12:05:33 -0400 Subject: Speculatively fix build bots This should address the issue found in: https://lab.llvm.org/buildbot/#/builders/215/builds/4610 --- bolt/test/X86/Inputs/asm_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bolt') diff --git a/bolt/test/X86/Inputs/asm_main.c b/bolt/test/X86/Inputs/asm_main.c index fa5f5c379848..f67f6c481a42 100644 --- a/bolt/test/X86/Inputs/asm_main.c +++ b/bolt/test/X86/Inputs/asm_main.c @@ -1,3 +1,5 @@ +void foo(void); + int main() { foo(); return 0; -- cgit v1.2.3