<div dir="ltr"><div>This is my first patch. I don't expect it's the best way to do things but this is at least a start. If you have any suggestions on how to improve it I'm open to being ridiculed in all manner of ways.<br><br>This patch is to add support for compiling LLVM/Clang for use on Android using the NDK toolchain (GCC-4.8). For the most part I compiled this using the default configuration:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><span style="font-family:courier new,monospace">../llvm/configure --enable-targets=host --host=arm-linux-androideabi --prefix=/home/bobajeff/android-ext</span><br></blockquote>So I wound up compiling the Debug+Asserts build. I will test compiling Release (optimized) build if that's requested. I've had experience building a optimized build before using Mozilla's Fastcomp fork but that needed a different set of patches.<br><br></div></div>