Displaying 3 results from an estimated 3 matches for "d43436".
2018 Mar 29
4
Compilation issues
Hello,
May I ask anyone responsible to either fix or revert r326109 and r326110, which effectively broke LLVM compilation with clang?
Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64 <https://reviews.llvm.org/D43436#C985082NL64>).
Thanks,
Vitaly
-------------- next part --------------
An HTML attachment was s...
2018 Mar 29
0
Compilation issues
...On Mar 28, 2018, at 23:38, vit9696 via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hello,
>
> May I ask anyone responsible to either fix or revert r326109 and r326110, which effectively broke LLVM compilation with clang?
>
> Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64 <https://reviews.llvm.org/D43436#C985082NL64>).
>
> Thanks,
> Vitaly
> ____________________________________________...
2018 Mar 29
0
Compilation issues
...llvm-dev at lists.llvm.org>> wrote:
>>>
>>> Hello,
>>>
>>> May I ask anyone responsible to either fix or revert r326109 and r326110, which effectively broke LLVM compilation with clang?
>>>
>>> Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64 <https://reviews.llvm.org/D43436#C985082NL64>).
>>>
>>> Thanks,
>>> Vitaly
>>> ____________...