Hi,
We wanted to experiment as to how we can use the BOLT optimization from LLVM on our Android Platforms.
We referred to the wiki from Facebook that speaks of Bolt
https://github.com/facebookincubator/BOLT
So I was using now the linker flag : “Wl,–emit-relocs” in the instrumented mode to compile android module , for instance here “libc”.
But the build fails with the llvm clang toolchain on android :