MC: Correct comment in ExportSymbol

No functionality changed, just make it so that the code _could_ be
uncommented.

llvm-svn: 212363
This commit is contained in:
David Majnemer 2014-07-04 23:20:46 +00:00
parent bee5f754f2
commit e0950ee85c
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ bool WinCOFFObjectWriter::ExportSymbol(MCSymbolData const &SymbolData,
// This doesn't seem to be right. Strings referred to from the .data section // This doesn't seem to be right. Strings referred to from the .data section
// need symbols so they can be linked to code in the .text section right? // need symbols so they can be linked to code in the .text section right?
// return Asm.isSymbolLinkerVisible (&SymbolData); // return Asm.isSymbolLinkerVisible(SymbolData.getSymbol());
// For now, all non-variable symbols are exported, // For now, all non-variable symbols are exported,
// the linker will sort the rest out for us. // the linker will sort the rest out for us.