[llvm-dev] [cfe-dev] 13.0.0-rc4 has been tagged

Dimitry Andric via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 27 03:01:37 PDT 2021


On 27 Sep 2021, at 11:01, Andrzej Warzynski via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Thank you for helping with the release, that's much appreciated!
> 
> On 26/09/2021 16:51, Neil Nelson via llvm-dev wrote:
>> Found on second pass of testing.13.0.0-rc4.log.
>> 232300:make[2]: *** [tools/flang/lib/Evaluate/CMakeFiles/obj.FortranEvaluate.dir/build.make:108: tools/flang/lib/Evaluate/CMakeFiles/obj.FortranEvaluate.dir/check-expression.cpp.o] Error 137
> 
> This is out-of-memory error, right? That's most likely due to Flang's rather "unusual" memory requirements. AFAIK, there are no easy ways around it ATM.

Indeed, for builds on 32-bit systems I used -no-flang, but on others, I limited the number of jobs with test-release.sh's -j option, and added additional RAM and swap to the VMs I was building on.

Specifically, I used -j 3 in combination with ~10G RAM, and 10G swap. That seemed to sufficient.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210927/dfec3405/attachment.sig>


More information about the llvm-dev mailing list