aboutsummaryrefslogtreecommitdiff
path: root/starlark/empty.s
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2018-10-31 17:44:34 -0400
committerAlan Donovan <adonovan@google.com>2018-10-31 17:44:34 -0400
commit6dc378fc8536805efa04a31eec754aca28bce1e9 (patch)
tree9cb1f9153da54efd80df09fe5bcc790155c1234a /starlark/empty.s
parent77516195ac36081313d37e00f38f688f255f566f (diff)
downloadstarlark-go-6dc378fc8536805efa04a31eec754aca28bce1e9.tar.gz
put skylark package in a subdirectory
Diffstat (limited to 'starlark/empty.s')
-rw-r--r--starlark/empty.s3
1 files changed, 3 insertions, 0 deletions
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.