]> Cypherpunks repositories - gostls13.git/commit
cmd/link: added test of availability of gcc
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Thu, 26 Jul 2018 14:01:34 +0000 (16:01 +0200)
committerHeschi Kreinick <heschi@google.com>
Fri, 27 Jul 2018 18:35:13 +0000 (18:35 +0000)
commit9dab3847785fe16bd050dc53c96f9d2312e51c68
tree4a0158009915ad3edffa31146e15fa078957372b
parent05f9b369525f682020df8a55c3fc83b520575912
cmd/link: added test of availability of gcc

The test RuntimeTypeAttr always failed when gcc
was unavailable. The test is duplicated for internal
and external linking. The usual verification
of host linker is added at the beginning of the
external link test.

Fixes #26621

Change-Id: I076d661f854c8a6de8fa5e7b069942a471445047
Reviewed-on: https://go-review.googlesource.com/126075
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/link/internal/ld/dwarf_test.go