From 6dc378fc8536805efa04a31eec754aca28bce1e9 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Wed, 31 Oct 2018 17:44:34 -0400 Subject: put skylark package in a subdirectory --- starlark/empty.s | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 starlark/empty.s (limited to 'starlark/empty.s') diff --git a/starlark/empty.s b/starlark/empty.s new file mode 100644 index 0000000..3b82169 --- /dev/null +++ b/starlark/empty.s @@ -0,0 +1,3 @@ +// The presence of this file allows the package to use the +// "go:linkname" hack to call non-exported functions in the +// Go runtime, such as hardware-accelerated string hashing. -- cgit v1.2.3