[all-commits] [llvm/llvm-project] ae4279: [LLD][ELF] - Linkerscript: report location for the...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Fri Jul 24 01:39:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae4279bd3e8d61dbcff5e30e5090db94fb5a3b0e
https://github.com/llvm/llvm-project/commit/ae4279bd3e8d61dbcff5e30e5090db94fb5a3b0e
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/test/ELF/linkerscript/diag6.test
Log Message:
-----------
[LLD][ELF] - Linkerscript: report location for the "unclosed comment in a linker script" error.
Currently we print "error: unclosed comment in a linker script", which doesn't
provide information about the real error location.
Fixes https://bugs.llvm.org/show_bug.cgi?id=46793.
Differential revision: https://reviews.llvm.org/D84300
More information about the All-commits
mailing list