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

Pirama Arumuga Nainar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 15:20:33 PDT 2017


pirama added a comment.

In https://reviews.llvm.org/D37314#857200, @eugene wrote:

> 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.


Aah, ok.  So https://reviews.llvm.org/D35648 doesn't cover your use case.  Can we just say "AND (NOT ANDROID)" instead of a new CMake option?


https://reviews.llvm.org/D37314





More information about the llvm-commits mailing list