[PATCH] D139752: cmake: Enable 64bit off_t on 32bit glibc systems

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 23:46:20 PST 2023


MaskRay added a comment.

In D139752#4008419 <https://reviews.llvm.org/D139752#4008419>, @srj wrote:

> In D139752#4008409 <https://reviews.llvm.org/D139752#4008409>, @MaskRay wrote:
>
>> In D139752#4008370 <https://reviews.llvm.org/D139752#4008370>, @srj wrote:
>>
>>> This change continues to break all 32-bit builds of Halide (and probably anything else that consumes LLVM via CMake); please revert ASAP until a fix can be found.
>>
>> I applied @alexreinking's suggestion. Feel free to revert if errors still continue.
>
> I tried @alexreinking's suggestion locally, and it remains broken in the same way. This change should be reverted for now.

I installed `=sys-libs/musl-9999` (git master) on my x86_64-gentoo-linux-musl machine today and noticed that `llvm/lib/Support/raw_ostream.cpp` fails to compile which can be fixed by this patch.
If you could help figure out the 32-bit Halide issue to unblock this patch it will be great....


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139752/new/

https://reviews.llvm.org/D139752



More information about the llvm-commits mailing list