diff options
Diffstat (limited to 'libc/docs/entrypoints.rst')
-rw-r--r-- | libc/docs/entrypoints.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/docs/entrypoints.rst b/libc/docs/entrypoints.rst new file mode 100644 index 00000000000..dfc0aeca6fe --- /dev/null +++ b/libc/docs/entrypoints.rst @@ -0,0 +1,6 @@ +Entrypoints in LLVM libc +------------------------ + +A public function or a global variable provided by LLVM-libc is called an +entrypoint. The notion of entrypoints is ingrained in LLVM-libc's +source layout, build system and source code. |