[PATCH] D22604: [ELF] - Initial support of tree-style linker script implemented.

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 18:54:32 PDT 2016


Eugene.Zelenko added a subscriber: Eugene.Zelenko.

================
Comment at: ELF/LinkerScript.cpp:44
@@ +43,3 @@
+  return C->Kind == AssignmentKind;
+};
+
----------------
Please fix -Wextra-semi.

================
Comment at: ELF/LinkerScript.cpp:48
@@ +47,3 @@
+  return C->Kind == OutputSectionKind;
+};
+
----------------
Please fix -Wextra-semi.


https://reviews.llvm.org/D22604





More information about the llvm-commits mailing list