forked from OSchip/llvm-project
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:
parent
bee5f754f2
commit
e0950ee85c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue