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

Khem Raj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 09:41:50 PST 2023


raj.khem added a comment.

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

> In D139752#4089118 <https://reviews.llvm.org/D139752#4089118>, @MaskRay wrote:
>
>> In D139752#4074965 <https://reviews.llvm.org/D139752#4074965>, @raj.khem wrote:
>>
>>> In D139752#4074691 <https://reviews.llvm.org/D139752#4074691>, @MaskRay wrote:
>>>
>>>> @raj.khem would you be able to figure out the issue? :) https://llvm.org/ release/16.x will be created soon...
>>>
>>> I have been trying to reproduce it on my end but have not succeeded, I don't have same setup as @srj, I would also look for some alternative ways to do it so we can avoid the issue at hand which seems some weird cmake thing.
>>
>> @srj It will be nice to figure out the 32-bit glibc Halide issue and fix this for just just-branched-release/16.x so that llvm-project 16.0 can be built with next musl release, otherwise many musl based distributions will have to carry this local patch...
>
> I wonder if this could be a bug in a specific version(s) of CMake? What version(s) have you tried replicating with? Our buildbots are using v3.22.6 (Halide requires a minimum of 3.22).

I am using cmake 3.25.1


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