Skip to content

Commit e0ee080

Browse files
committed
Speculatively fix build bots
This should address the issue found in: https://lab.llvm.org/buildbot/#/builders/215/builds/4610
1 parent 7661d3b commit e0ee080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt/test/X86/Inputs/asm_main.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
void foo(void);
2+
13
int main() {
24
foo();
35
return 0;

0 commit comments

Comments
 (0)