[llvm-commits] "Zeros in bss" patch for llvm-gcc
Bill Wendling
isanbard at gmail.com
Wed Jan 17 19:39:25 PST 2007
Hi Anton,
The small typo was maybe intentional. Because it's a macro, it's used
like this:
LLVM_SET_TARGET_OPTIONS(foo);
With this patch, there will be an extra ';' at the end.
-bw
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.
>
> PS: Also some fix some small typo. :)
> --
> With best regards, Anton Korobeynikov.
>
> Faculty of Mathematics & Mechanics, Saint Petersburg State University.
>
> <llvm-gcc-bss.diff>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list