[clang] Avoid linking libdl unless needed
[llvm-project.git] / libc / docs / entrypoints.rst
blobdfc0aeca6fea44681f6c95cdf488471dcababb13
1 Entrypoints in LLVM libc
2 ------------------------
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.