This is an archive of the discontinued LLVM Phabricator instance.

[LLD][ELF] - Linkerscript: report location for the "unclosed comment in a linker script" error.
ClosedPublic

Authored by grimar on Jul 22 2020, 2:53 AM.

Details

Summary

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.

Diff Detail

Event Timeline

grimar created this revision.Jul 22 2020, 2:53 AM
MaskRay accepted this revision.Jul 23 2020, 8:31 AM

Thanks!

This revision is now accepted and ready to land.Jul 23 2020, 8:31 AM
- provide an information about real error location.
+ provide information about the real error location.
grimar edited the summary of this revision. (Show Details)Jul 24 2020, 1:31 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2020, 1:39 AM