http://llvm.org/bugs/show_bug.cgi?id=18847
Bug ID: 18847
Summary: --enable-cxx11 is not incompatible on cygwin.
Product: new-bugs
Version: trunk
Hardware: PC
OS: other
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
llvm/include/llvm/Support/Format.h:88:49: error: ‘snprintf’ was not declared in
this scope
llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp:78:35: error: ‘strdup’
was not declared in this scope
They are not provided with __STRICT_ANSI__ aka -std=c++11 in cygwin lib.
Shall we build llvm tree with -std=gnu++11?
I checked on configure, but cmake would have same issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs