Skip to content

Commit

Permalink
doc: update status
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Aug 9, 2024
1 parent 78a13a9 commit b0006ce
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,30 @@ Status
.. csv-table:: LLVM C API Header File Mapping Status
:header: "Header File", "Python Modules"

"``Analysis.h``", "``core``, ``analysis``"
"``BitReader.h``", "``bit_reader``, ``core``"
"``BitWriter.h``", "``core``"
"``blake3.h``", ""
"``Comdat.h``", ""
"``Core.h``", "``core``"
"``IRReader.h``", "``core``"
"``Analysis.h``", "``core``, ``analysis``",
"``DebugInfo.h``", ""
"``Disassembler.h``", ""
"``Error.h``", ""
"``ErrorHandling.h``", "``error_handling``"
"``ExecutionEngine``", ""
"``IRReader.h``", "``core``"
"``Linker.h``", ""
"``LLJIT.h``", ""
"``LLJITUtils.h``", ""
"``lto.h``", ""
"``Object.h``", ""
"``OrcEE.h``", ""
"``Orc.h``", ""
"``Remarks.h``", ""
"``Support.h``", "``support``"
"``Target.h``", "``target``, ``core``"
"``TargetMachine.h``", "``target_machine``"
"``BitReader.h``", "``bit_reader``, ``core``"
"``BitWriter.h``", "``core``"
"", "``utils``"
"<extra>", "``utils``"

- All functions accepts or return a void pointer (`void *`) is not bound (including
lambda functions/function pointers). Though very few API accepts or return a void pointer.
Expand Down

0 comments on commit b0006ce

Please sign in to comment.