aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testwinlib
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2023-10-03 12:14:53 -0400
committerDavid Chase <drchase@google.com>2023-10-04 15:11:40 +0000
commita9036396080aa414c032550fc258919636295f0f (patch)
tree0815e596adef54958d8db71d3ec6599a49c2d1d1 /src/runtime/testdata/testwinlib
parent0074125ceff19c38bcb7deb1b32bc86629f69524 (diff)
downloadgo-a9036396080aa414c032550fc258919636295f0f.tar.xz
cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware
Uses ,ABI instead of <ABI> because of problems with shell escaping and windows file names, however if someone goes to all the trouble of escaping the linker syntax and uses that instead, that works too. Examples: ``` GOSSAFUNC=runtime.exitsyscall go build main.go \# runtime dumped SSA for exitsyscall,0 to ../../src/loopvar/ssa.html dumped SSA for exitsyscall,1 to ../../src/loopvar/ssa.html GOSSADIR=`pwd` GOSSAFUNC=runtime.exitsyscall go build main.go \# runtime dumped SSA for exitsyscall,0 to ../../src/loopvar/runtime.exitsyscall,0.html dumped SSA for exitsyscall,1 to ../../src/loopvar/runtime.exitsyscall,1.html GOSSAFUNC=runtime.exitsyscall,0 go build main.go \# runtime dumped SSA for exitsyscall,0 to ../../src/loopvar/ssa.html GOSSAFUNC=runtime.exitsyscall\<1\> go build main.go \# runtime dumped SSA for exitsyscall,1 to ../../src/loopvar/ssa.html ``` Change-Id: Ia1138b61c797d0de49dbfae702dc306b9650a7f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/532475 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: David Chase <drchase@google.com>
Diffstat (limited to 'src/runtime/testdata/testwinlib')
0 files changed, 0 insertions, 0 deletions