mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
MC: Correct comment in ExportSymbol
No functionality changed, just make it so that the code _could_ be uncommented. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -551,7 +551,7 @@ bool WinCOFFObjectWriter::ExportSymbol(MCSymbolData const &SymbolData,
|
||||
// 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?
|
||||
|
||||
// return Asm.isSymbolLinkerVisible (&SymbolData);
|
||||
// return Asm.isSymbolLinkerVisible(SymbolData.getSymbol());
|
||||
|
||||
// For now, all non-variable symbols are exported,
|
||||
// the linker will sort the rest out for us.
|
||||
|
Reference in New Issue
Block a user