This archieve is mainly about some interesting examples of clang and llvm... Some of them are the homework of my postgraduate course, some of them are others, most of them are toy code: ) An ...
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 ...