You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add LLVM/Clang toolchain support with auto-detection
Add automatic detection and configuration for LLVM/Clang toolchain
alongside existing GCC support. The build system now detects which
compiler is available and configures appropriate flags and tools.
- Auto-detect LLVM/Clang via CC_IS_CLANG variable
- Add Clang-specific flags (--target, warning suppressions)
- Use LLVM binutils (ld.lld, llvm-objdump, etc.) when Clang detected
- Refactor to use common ARCH_FLAGS for consistency
- Maintain backward compatibility with GCC toolchain
0 commit comments