Hi, I'm trying to find some written evidence to present to the powers that be that clang/llvm is ABI compatible with GCC 4.1 linux 64 bit. This would allow me to work with clang/llvm at my day-job and I would like nothing better! This is a pretty big app(millions of lines of code), so it would be interesting to see how llvm/clang behaves. Better warnings/errors and cutting down on build times would be huge wins. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/
Hi, I'm trying to find some written evidence to present to the powers that be that clang/llvm is ABI compatible with GCC 4.1 linux 64 bit. This would allow me to work with clang/llvm at my day-job and I would like nothing better! This is a pretty big app(millions of lines of code), so it would be interesting to see how llvm/clang behaves. Better warnings/errors and cutting down on build times would be huge wins. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/
Hi Øyvind,> I'm trying to find some written evidence to present to the powers > that be that clang/llvm is ABI compatible with GCC 4.1 linux > 64 bit.both clang and gcc-4.1 are supposed to conform to the platform ABI (if they don't then that is a bug), and thus be ABI compatible. Ciao, Duncan.