[PATCH] D37314: CMake option to compile LLVM on 32bit systems with 32bit fpos_t

Eugene Zemtsov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 15:16:05 PDT 2017


eugene added a comment.

In https://reviews.llvm.org/D37314#857186, @pirama wrote:

> https://reviews.llvm.org/D35648 does something similar.  If this is just for building compiler-rt runtimes, we can defer to that patch.  This way we can just remove the exception for Android once the NDK defaults to something past API level 24, rather than support a build configuration for ever.


I need this for LLDB support on Android. It's going to be a long while till LLDB can default to API level 24.


https://reviews.llvm.org/D37314





More information about the llvm-commits mailing list