]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix inst_test.go for riscv5
authorDan Scales <danscales@google.com>
Wed, 13 Oct 2021 17:27:01 +0000 (10:27 -0700)
committerDan Scales <danscales@google.com>
Wed, 13 Oct 2021 20:31:25 +0000 (20:31 +0000)
commitb90d258b18e2fe728a3d7c856ad08c7fa6845fc2
tree028a7fc47c11fb24f078c121121831d6a95c804e
parent40f82f8a092ac1f23eb3af86f34b7436a6fc19e0
cmd/compile: fix inst_test.go for riscv5

On riscv5, apparently extra wrappers (trampolines) are created for some
functions with the suffix "-tramp". Modify inst_test.go to not match
these "-tramp" wrappers.

Change-Id: I754c724f03555c30f8e1b5cfc08152555bbbcf17
Reviewed-on: https://go-review.googlesource.com/c/go/+/355650
Run-TryBot: Dan Scales <danscales@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
src/cmd/compile/internal/test/inst_test.go