[llvm-commits] [llvm] r104396 - /llvm/trunk/lib/MC/MCMachOStreamer.cpp

Eric Christopher echristo at apple.com
Fri May 21 16:03:53 PDT 2010


Author: echristo
Date: Fri May 21 18:03:53 2010
New Revision: 104396

URL: http://llvm.org/viewvc/llvm-project?rev=104396&view=rev
Log:
Expand on comment.

Modified:
    llvm/trunk/lib/MC/MCMachOStreamer.cpp

Modified: llvm/trunk/lib/MC/MCMachOStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCMachOStreamer.cpp?rev=104396&r1=104395&r2=104396&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCMachOStreamer.cpp (original)
+++ llvm/trunk/lib/MC/MCMachOStreamer.cpp Fri May 21 18:03:53 2010
@@ -353,7 +353,8 @@
     SectData.setAlignment(ByteAlignment);
 }
 
-// This should always be called with the thread local bss section.
+// This should always be called with the thread local bss section.  Like the
+// .zerofill directive this doesn't actually switch sections on us.
 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
                                      uint64_t Size, unsigned ByteAlignment) {
   EmitZerofill(Section, Symbol, Size, ByteAlignment);





More information about the llvm-commits mailing list