On Jan 17, 2007, at 2:49 AM, Anton Korobeynikov wrote: > Hello, Everyone. > > Now some codegens by default emit zero-initialized data to .bss > section. > However, sometimes it's really necessary not to do so. This patch will > add handling of "-fno-zero-initialized-in-bss" llvm-gcc' option. It's > necessary to compile crt*.o properly.
Yuck, the -fno-zero-initialized-in-bss option in GCC is a horrible hack. However, your implementation of it looks great. I'll apply it. Thanks Anton! -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits