== Progress ==

* Investigating Cross-Compilation with LLVM
 - Gathering all options necessary to cross-compile
 - Cross-compiling Clang+LLVM with Clang to ARM
 - Writing down all issues found during the process

* Investigating the Clang Driver
 - Refactoring some common decisions about targets
 - Adding new CPUs, cleaning a few areas

== Plan ==

* Try to upstream some patches to make cross-compilation a bit easier
* Write a document on how to cross-compile with Clang on LLVM website