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 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.