Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Outline

ClangBuiltArduino

ClangBuiltArduino is an initiative aimed at adding and enhancing LLVM/Clang support for Arduino programs and related software. By addressing compatibility issues and improving compiler support, we strive to make it easier to build Arduino projects using modern LLVM toolchains.

Note

ClangBuiltArduino GitHub organization is an independent initiative. We are not affiliated with or endorsed by Arduino or the LLVM Project.

About the Project

The Arduino ecosystem has long relied on GCC as its default toolchain. While GCC is widely adopted, clang offers several benefits, including:

  • Unified Toolchain: With clang, you can use a single toolchain for multiple architectures, avoiding the need for maintaining multiple prefixed toolchains for each target.
  • Advanced Diagnostics: Clang provides detailed code diagnostics in terms of error messages and warnings, making it easier to debug and optimize code.
  • Modular Architecture: LLVM's highly modular design allows for creating slim toolchains by shipping only the necessary components.

Our goal is to:

  1. Identify and fix issues that prevent Arduino programs from building with clang and other LLVM tools.
  2. Contribute patches upstream to relevant repositories.
  3. Provide custom board packages to integrate LLVM/Clang support into Arduino IDE.
  4. Serve as a centralized issue tracker for LLVM compatibility with Arduino software.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.