search for: 98838ef9

Displaying 2 results from an estimated 2 matches for "98838ef9".

2018 May 10
0
Using C++14 code in LLVM
I'll add my considerations as a frontend which depends on LLVM. It is a goal of Zig to keep the bootstrapping process to a minimum number of steps (See https://github.com/zig-lang/zig/issues/853). However, we will always depend on LLVM, Clang, and LLD. So that means the bootstrapping process of these 3 projects are inherently intertwined. From the perspective of bootstrapping, ability to
2018 May 10
3
Using C++14 code in LLVM
On Thu, May 10, 2018 at 3:10 PM Zachary Turner <zturner at google.com> wrote: > 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