[PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 15:25:14 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
LGTM with this fix.
================
Comment at: ELF/LinkerScript.h:205
@@ -195,1 +204,3 @@
+extern LinkerScriptBase* ScriptBase;
+
----------------
Please run clang-format on this patch. You want to put a space before `*` instead of after it.
https://reviews.llvm.org/D23872
More information about the llvm-commits
mailing list