[lld] r296310 - Update comments. Now thunks are synthetic sections.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 18:32:29 PST 2017


Author: ruiu
Date: Sun Feb 26 20:32:29 2017
New Revision: 296310

URL: http://llvm.org/viewvc/llvm-project?rev=296310&view=rev
Log:
Update comments. Now thunks are synthetic sections.

Modified:
    lld/trunk/ELF/SyntheticSections.h

Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=296310&r1=296309&r2=296310&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Sun Feb 26 20:32:29 2017
@@ -9,11 +9,7 @@
 //
 // Synthetic sections represent chunks of linker-created data. If you
 // need to create a chunk of data that to be included in some section
-// in the result, you probably want to create it as a synthetic section.
-//
-// In reality, there are a few linker-synthesized chunks that are not
-// of synthetic sections, such as thunks. But we are rewriting them so
-// that eventually they are represented as synthetic sections.
+// in the result, you probably want to create that as a synthetic section.
 //
 // Synthetic sections are designed as input sections as opposed to
 // output sections because we want to allow them to be manipulated




More information about the llvm-commits mailing list