search for: 0a64dba8

Displaying 2 results from an estimated 2 matches for "0a64dba8".

Did you mean: 0064dca8
2013 Dec 08
0
[LLVMdev] GNU LLD build error? Seems that Clang likes LLD just fine.
...4.8/4.9 with -std=c++11 and -std=gnu++11. > It looks like a bug in the gcc but that fact does not help to build > lld. > > -- > Simon > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131208/0a64dba8/attachment.html>
2013 Dec 07
2
[LLVMdev] GNU LLD build error? Seems that Clang likes LLD just fine.
On Sat, Dec 7, 2013 at 10:00 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > On 2013 Dec 7, at 04:23, Mikael Lyngvig <mikael at lyngvig.org> wrote: > >> I am using the -std=c++11 flag to GCC. > > I didn’t even look at your errors, but my understanding is that -std=gnu++11 is more used (and much better tested) than -std=c++11. Any chance that fixes it