awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Cross-Platform Toolchains · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCross-Platform Toolchains

Integrated suites of command-line utilities for building and debugging software across diverse architectures.

Distinguishing note: Focuses on the complete build-to-debug lifecycle for multiple platforms rather than single-purpose build tools.

Explore 1 awesome GitHub repository matching development tools & productivity · Cross-Platform Toolchains. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Cross-Platform Toolchains

Awesome Cross-Platform Toolchains GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • llvm/llvm-project

    llvm/llvm-project

    37,016View on GitHub↗

    The project is a modular compiler infrastructure framework designed for building programming language toolchains, frontends, and backends. It provides a comprehensive suite of reusable libraries and tools that enable developers to transform source code into efficient native executables across diverse hardware architectures and operating systems. At its core, the system utilizes a language-agnostic intermediate representation bitcode, which serves as a unified format for code analysis, optimization, and machine-specific code generation. What distinguishes this framework is its highly decoupled

    Ships a comprehensive set of command-line utilities for compiling, assembling, linking, and debugging across multiple architectures.

    LLVM
    37,016View on GitHub↗