[PATCH] D139752: cmake: Enable 64bit off_t on 32bit glibc systems
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 09:39:52 PST 2022
srj added a comment.
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.
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