diff options
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
| -rw-r--r-- | lld/ELF/LinkerScript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 3ed6ad09093..db87af8823d 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -460,6 +460,7 @@ void LinkerScript::addOrphanSections(OutputSectionFactory &Factory) { return Sec->Name == Name; return false; }); + log(toString(S) + " is being placed in '" + Name + "'"); if (I == End) { Factory.addInputSec(S, Name); assert(S->getOutputSection()->SectionIndex == INT_MAX); |

