mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
4380647e79
Summary: This patch illustrates some of the features like modularity we want in the new libc. Few other ideas like different kinds of testing, redirectors etc are not yet present. Reviewers: dlj, hfinkel, theraven, jfb, alexshap, jdoerfert Subscribers: mgorny, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67867 llvm-svn: 373764
7 lines
236 B
ReStructuredText
7 lines
236 B
ReStructuredText
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.
|