--print link-args
does not print a newline
#127507
Labels
A-CLI
Area: Command-line interface (CLI) to the compiler
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Running with
--print link-args
doesn't include a trailing\n
so the next shell prompt gets smooshed on:I can't imagine this is intentional since all other
--print
options seem to include the newline.The text was updated successfully, but these errors were encountered: