[PATCH] D37013: [ELF] - Add additional information about location when emiting linkerscript's parsing errors.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 08:19:46 PDT 2017
ruiu added inline comments.
================
Comment at: ELF/ScriptParser.cpp:608
+ ErrorPrefix = "unable to parse description for output section '" +
+ OutSec.str() + "':\n>>> ";
OutputSection *Cmd =
----------------
Don't include ">>>" in a prefix. Just end it with ": ".
https://reviews.llvm.org/D37013
More information about the llvm-commits
mailing list