[android-building] Building Clang toolchain with other Clang sources

2017-01-18 Thread Gagou Lou
Hi all, I'm currently successfully building the clang toolchain under the NDK 10 under OSX. But I'm a bit confused about how your building system is working... (kati,ninja,soong, etc) As Clang rely on CMake, I was hoping to find the Clang configuration command used by the NDK build system, but

Re: [android-building] Building Clang toolchain with other Clang sources

2017-01-19 Thread Gagou Lou
P which is not what I wanted to do. I would like a way to compile my Clang 3.9.1 version resulting in a llvm-3.9 directory that I can copy-paste into the NDK 10. Then, tweaking some *.mk files (config.mk and setup.mk), I should be able to use it as a normal toolchain for compiling native library

[android-building] Compiling Clang/LLVM toolchains

2017-08-08 Thread Gagou Lou
Hi everyone, I tried to compile the Clang/LLVM toolchain from AOSP source a while ago and it looked like to be a very complex system (see my older post https://groups.google.com/forum/#!forum/android-building). Now, I'm trying (again) to build Clang/LLVM toolchain... First, I saw this README