[PATCH] D139752: cmake: Enable 64bit off_t on 32bit glibc systems
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 16:13:10 PST 2023
MaskRay added a comment.
In D139752#4045551 <https://reviews.llvm.org/D139752#4045551>, @srj wrote:
> In D139752#4045548 <https://reviews.llvm.org/D139752#4045548>, @MaskRay wrote:
>
>> @srj Will you be able to help figure out the 32-bit Halide issue? Thanks in advance:)
>
> Yes, I can take a look; what is the current status of this -- is there an updated patch or should I just reapply this?
This webpage shows the reverse of the revert.
You can use `curl -L 'https://reviews.llvm.org/D139752?download=1' | patch -p1` to apply the changes.
Applying the changes fixes my llvm-project build on musl git system (unreleased 1.2.4).
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