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

Andrzej Warzynski via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 27 02:01:01 PDT 2021


Hi Neil,

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. You could make sure not to use ld.bfd and experiment with 
LLVM_PARALLEL_LINK_JOBS. I suspect that you have already tried that. 
Unfortunately, I don't have any better suggestions.

-Andrzej

> 
> grep -n ' Error' testing.13.0.0-rc4.log
> 153010:make[3]: *** [CMakeFiles/check-all.dir/build.make:77: 
> CMakeFiles/check-all] Error 1
> 153012:make[2]: *** [CMakeFiles/Makefile2:31045: 
> CMakeFiles/check-all.dir/all] Error 2
> 153013:make[1]: *** [CMakeFiles/Makefile2:31052: 
> CMakeFiles/check-all.dir/rule] Error 2
> 153015:make: *** [Makefile:283: check-all] Error 2
> 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
> 232834:make[1]: *** [CMakeFiles/Makefile2:238587: 
> tools/flang/lib/Evaluate/CMakeFiles/obj.FortranEvaluate.dir/all] Error 2
> 233271:make: *** [Makefile:171: all] Error 2
> 
> grep -n 'Expectedly Failed' testing.13.0.0-rc4.log
> 153008:  Expectedly Failed:   342
> 
> Neil Nelson
> 
> On 9/24/21 11:53 PM, Tom Stellard via cfe-dev wrote:
>> Hi,
>>
>> I've tagged 13.0.0-rc4.  Please test and upload binaries.  If all goes 
>> well, we
>> will release 13.0.0-final in ~1 week.
>>
>> -Tom
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list