We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd203e commit bf73716Copy full SHA for bf73716
libc-bottom-half/sources/__main_void.c
@@ -2,6 +2,9 @@
2
#include <stdlib.h>
3
#include <sysexits.h>
4
5
+// TODO: This file can be dropped when we drop the support of LLVM
6
+// versions w/o crt2-command.o support.
7
+
8
// The user's `main` function, expecting arguments.
9
//
10
// Note that we make this a weak symbol so that it will have a
0 commit comments