You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/scripts
Daniel Martí a7da406207 start supporting asm functions better
Spotted while trying to link a program using unix.Syscall, since its
implementation is assembly.

Telling if a function couldn't be garbled isn't trivial. If that
function belongs to an imported package, we only load its export data
instead of type-checking from source, so we don't have all the
information needed.

Instead, use the gc export data importer to import two versions of each
dependency: its original version, for the initial type-checking, and its
garbled version, to check if any of its exported names weren't garbled.

Updates #9.
5 years ago
..
asm.txt start supporting asm functions better 5 years ago
basic.txt do less work in 'go test -short' 5 years ago
help.txt make "no such file" test pass on Windows 5 years ago
implement.txt start supporting asm functions better 5 years ago
imports.txt support building modules which require other modules 5 years ago
modinfo.txt do less work in 'go test -short' 5 years ago
syntax.txt don't garble any embedded fields 5 years ago
test.txt do less work in 'go test -short' 5 years ago