[libc-commits] [libc] [libc] Updated header_generation.rst (PR #99712)

via libc-commits libc-commits at lists.llvm.org
Mon Jul 22 04:33:14 PDT 2024


================
@@ -1,120 +1,186 @@
 Generating Public and Internal headers
 ======================================
 
-.. warning::
-  This page is severely out of date. Much of the information it contains may be
-  incorrect. Please only remove this warning once the page has been updated.
+This is a new implementation of the previous libc header generator. The old
+header generator (libc-hdrgen aka "Headergen") was based on Tablegen, which
----------------
overmighty wrote:

There are no occurrences of Tablegen with a lowercase g in LLVM docs:

```
~/projects/llvm-project main ➜ rg Tablegen llvm/docs | wc -l
0
~/projects/llvm-project main ➜ rg TableGen llvm/docs | wc -l
265
~/projects/llvm-project main ➜
```

```suggestion
header generator (libc-hdrgen aka "Headergen") was based on TableGen, which
```

https://github.com/llvm/llvm-project/pull/99712


More information about the libc-commits mailing list