[PATCH] D25094: [ELF] - Linkerscript: cleanup and introduce nextJoined().
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 08:17:28 PDT 2016
ruiu added inline comments.
> LinkerScript.cpp:1658-1661
> - if (Tok.empty()) {
> - setError("section header name is empty");
> - break;
> - }
You removed this error check, so the real delta of this patch is -4 lines. That's probably too small to introduce a new convenient function.
https://reviews.llvm.org/D25094
More information about the llvm-commits
mailing list