How to compile LLVM, Clang, LLD, and Ziglang from source on Alpine Linux
A technical guide for compiling LLVM, Clang, LLD, and the Zig programming language from source on Alpine Linux.
A technical guide for compiling LLVM, Clang, LLD, and the Zig programming language from source on Alpine Linux.
Introduces `zig cc`, a tool from the Zig language that can compile C code and serve as a drop-in replacement for GCC/Clang with cross-compilation support.
A guide to using Clang's Address Sanitizer for memory error detection in iOS/macOS development, covering Xcode configuration and xcconfig files.
Tips and tools for improving iOS development workflow, including code snippets, compiler attributes, and build automation.
A developer compares clang++ and g++ compilers, highlighting clang++'s superior and more helpful error messages for debugging C++ code.