Skip to content

Commit 491fe1b

Browse files
committed
cmd/go: enable link syso test on linux/riscv64
Now that external linking is supported on linux/riscv64 (CL 243517), re-enable the test previously disabled by CL 216259. Updates #36739 Change-Id: I611548c587ca50f8bfab72c903ab0432e2b54198 Reviewed-on: https://go-review.googlesource.com/c/go/+/263797 Trust: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Joel Sing <[email protected]>
1 parent 62f18d0 commit 491fe1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cmd/go/testdata/script/link_syso_issue33139.txt

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
# See: https://github.com/golang/go/issues/8912
99
[linux] [ppc64] skip
1010

11-
# External linking is not supported on linux/riscv64.
12-
# See: https://github.com/golang/go/issues/36739
13-
[linux] [riscv64] skip
14-
1511
cc -c -o syso/objTestImpl.syso syso/src/objTestImpl.c
1612
go build -ldflags='-linkmode=external' ./cmd/main.go
1713

0 commit comments

Comments
 (0)