Displaying 3 results from an estimated 3 matches for "5fe44af0".
2018 May 10
0
Using C++14 code in LLVM
On Thu, May 10, 2018 at 1:50 PM Chandler Carruth via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Last time this came up, there were a lot of people that were stuck on GCC
> 4.9 due to ABI reasons. I think forcing that upgrade is going to be the
> most disruptive part of this, and I think that will really need a decent
> amount of time. =[
>
"a decent amount of
2018 May 10
3
Using C++14 code in LLVM
...point, we could probably go for C++17 as easily as C++14.
But maybe my group is unique in that timing so we should really ask others
for input as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180510/5fe44af0/attachment.html>
2018 May 10
8
Using C++14 code in LLVM
Last time this came up, there were a lot of people that were stuck on GCC
4.9 due to ABI reasons. I think forcing that upgrade is going to be the
most disruptive part of this, and I think that will really need a decent
amount of time. =[
On Thu, May 10, 2018 at 2:26 PM JF Bastien via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> On May 10, 2018, at 12:25 PM, Evgeny Astigeevich