Siva Chandra | 4380647 | 2019-10-04 17:30:54 +0000 | [diff] [blame] | 1 | Entrypoints in LLVM libc |
2 | ------------------------ | ||||
3 | |||||
4 | A public function or a global variable provided by LLVM-libc is called an | ||||
5 | entrypoint. The notion of entrypoints is ingrained in LLVM-libc's | ||||
6 | source layout, build system and source code. |