]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/internal/obj: convert "\" to "/" in file path
authorCherry Zhang <cherryyz@google.com>
Sat, 12 Oct 2019 18:01:57 +0000 (14:01 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 15 Oct 2019 17:13:55 +0000 (17:13 +0000)
commit90fe9c7c5c19cd0816c8afaa65a7f14d18cd3860
tree866df9c4adb44f22bb791fe8042af46e61efe124
parent928623ca953151451d7c780d3b634da3b792f038
[dev.link] cmd/internal/obj: convert "\" to "/" in file path

The old code does this. Do the same.

Change-Id: Ibf32ac347d6425e19ad0bc664c6b43ab5eba9c5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/201022
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/obj/objfile2.go