[llvm-commits] [llvm] r93854 - /llvm/trunk/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
Chris Lattner
clattner at apple.com
Wed Jan 20 12:56:20 PST 2010
On Jan 20, 2010, at 12:26 PM, Anton Korobeynikov wrote:
> Hi, Chris
>
>> more cleanups. Emit the .local directive even on cygwin/mingw.
>> I'm not sure that this is correct,
> No, it's not correct. binutils on mingw does not support .local,
> please revert the patch.
The previous code wasn't correct either though: emitting a .comm
directive won't make it private to a translation unit?
-Chris
More information about the llvm-commits
mailing list