[PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 01:05:23 PDT 2016
grimar added inline comments.
================
Comment at: ELF/LinkerScript.h:205
@@ -195,1 +204,3 @@
+extern LinkerScriptBase* ScriptBase;
+
----------------
ruiu wrote:
> Please run clang-format on this patch. You want to put a space before `*` instead of after it.
Sorry for this.
https://reviews.llvm.org/D23872
More information about the llvm-commits
mailing list