]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix filename output format verb for -s
authorShenghou Ma <minux@golang.org>
Wed, 31 Dec 2014 00:48:26 +0000 (19:48 -0500)
committerMinux Ma <minux@golang.org>
Wed, 31 Dec 2014 23:11:07 +0000 (23:11 +0000)
commit76b2f06ee54f92b104412bdf9fefd8e7915969d3
treeec6ffc93ebce84c5cbf3e62ea7b3b612aa978ea5
parent5da9c8cd0a0427d1771b3a9a6d8d931430ce50dd
cmd/gc: fix filename output format verb for -s

%lL will prepend the current directory to the filename, which is not
what we want here (as the file name is already absolute).

Fixes #9150.

Change-Id: I4c9386be6baf421393b92d9401a264b4692986d0
Reviewed-on: https://go-review.googlesource.com/2231
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/gc/typecheck.c