On 30 Jan 2020, at 20:38, Hans Wennborg via Release-testers 
<release-test...@lists.llvm.org> wrote:
> 
> It took a bit longer than planned due to master being a somewhat
> unstable at the branch point, but Release Candidate 1 has now been
> tagged as llvmorg-10.0.0-rc1.

I tried building rc1 for 32-bit FreeBSD, but ran into a compile error in mlir:

/home/dim/llvm/10.0.0/rc1/llvm-project/mlir/lib/Transforms/DialectConversion.cpp:787:67:
 error: non-constant-expression cannot be narrowed from type 'unsigned int' to 
'Region::iterator::difference_type' (aka 'int') in initializer list 
[-Wc++11-narrowing]
    blockActions.push_back(BlockAction::getMove(&block, {&region, position}));
                                                                  ^~~~~~~~
/home/dim/llvm/10.0.0/rc1/llvm-project/mlir/lib/Transforms/DialectConversion.cpp:787:67:
 note: insert an explicit cast to silence this issue
    blockActions.push_back(BlockAction::getMove(&block, {&region, position}));
                                                                  ^~~~~~~~
                                                                  
static_cast<difference_type>( )
1 error generated.

I submitted https://bugs.llvm.org/show_bug.cgi?id=44767 for this.

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to