search for: livgh

Displaying 2 results from an estimated 2 matches for "livgh".

Did you mean: livghe
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
...tandard specifies: http://msdn.microsoft.com/en-us/library/gg463119.aspx ) Also check this for /bigobj: http://msdn.microsoft.com/en-us/library/ms173499.aspx Anybody else having this problem with Mingw/Cygwin? If yes, how did you overcome it? My Cygwin version is this: $ uname -a CYGWIN_NT-6.1 livghe-i5 1.7.29(0.272/5/3) 2014-04-07 13:46 x86_64 Cygwin The only option I currently see is to split the mammoth cpp file (ASTContext.cpp) in 2 parts, or to get rid of the debug info (not desired). -- Best Regards, -Liviu
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
...as there are today. > Does the debug info in COFF do something weird and emit a section per > type or function? > I will do a release build tomorrow and check the sections. (in my timezone it's night) - I will let you know! > On Fri, May 2, 2014 at 1:11 PM, Liviu Gheorghisan <livghe at gmx.com> wrote: >> Hello, >> >> After switching from a Linux development host to Windows7 with Cygwin, I >> notice the following problem when building clang (trunk, HEAD): >> (also happens with Mingw) >> >> ... >> >> llvm[4]: Compiling Pa...