Skip to content

v0.8.0

Latest

Choose a tag to compare

@luoliwoshang luoliwoshang released this 14 Feb 16:23
· 9 commits to main since this release
a32d1c4

🚀 LLGo-Native End-to-End Pipeline

  • From C header parsing to LLGo binding generation, the entire workflow is now
    compiled and executed by LLGo.
  • For normal usage, one LLGo-built llcppg binary is enough to run the full
    package-generation workflow.

What Changed

  • The generation workflow is consolidated behind llcppg as the main entrypoint, instead of relying on externally chained tools in normal runs.
  • Core pipeline stages (symbol handling, header parsing, and codegen orchestration) are aligned with the LLGo compilation path.
  • Installation docs are updated to separate required setup from optional debug tooling.

Related PR

Requirements

  • This version depends on recent LLGo capabilities.
  • Please use an LLGo build from the main branch.

Full Changelog: v0.7.8...v0.8.0