[PATCH] D22617: [ELF] - Linkerscript: add InputSectionDescription command to LS parser.
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 04:22:22 PDT 2016
evgeny777 added inline comments.
================
Comment at: ELF/LinkerScript.h:45
@@ +44,3 @@
+ OutputSectionKind,
+ InputSectionKind
+};
----------------
See comment above:
> This enum represents what we can observe in SECTIONS tag of script.
> (https://sourceware.org/binutils/docs/ld/SECTIONS.html#SECTIONS)
If you follow the link:
```
Each sections-command may of be one of the following:
- an ENTRY command (see Entry command)
- a symbol assignment (see Assignments)
- an output section description
- an overlay description
```
https://reviews.llvm.org/D22617
More information about the llvm-commits
mailing list