Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bolt
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2022-04-20 19:05:33 +0300
committerAaron Ballman <aaron@aaronballman.com>2022-04-20 19:05:33 +0300
commite0ee0805745bd1782fc48cbb3898706971fe0919 (patch)
treefe2273372661e5d662048b42e3c4ba71522627b9 /bolt
parent7661d3bc9d57e70bab7d81e91ec8e69df92ecff5 (diff)
Speculatively fix build bots
This should address the issue found in: https://lab.llvm.org/buildbot/#/builders/215/builds/4610
Diffstat (limited to 'bolt')
-rw-r--r--bolt/test/X86/Inputs/asm_main.c2
1 files changed, 2 insertions, 0 deletions
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;