This is a collection of examples showing off how to use core Clang and LLVM. It is based directly on two older tutorials which no longer built due to code rot. It will try to make anyone who is ...
Tutorial on how to setup cross compilation for OS development using Clang. Unless development is being done on the OS being developed, a cross compiler is necessary. The compiler must know the correct ...