aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tf_exported_symbols.lds
diff options
context:
space:
mode:
authorGravatar Andrew Selle <aselle@google.com>2016-09-06 08:19:04 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-06 09:32:49 -0700
commit09045e49d1e2d3322e8ca8cc40f0e5db10f13c58 (patch)
tree9719630c193394b16064f18a97cc571020c8c0ad /tensorflow/tf_exported_symbols.lds
parent8aa6d5fa256cac93fd9a88b3560599c6d103d657 (diff)
Include sha hash in python variable __version__
It is necessary to symlink in files from .git/ in order to make bazel aware of changes to the current head. As it is this is not completely reliable when git repositories are in a dirty index state. First class support for bazel git a reported bug but not a high priority. ./configure sets up the symlinks by calling the gen_git_source.py a bazel genrule calls gen_git_source.py to generate version_info.cc Also changed cmake and make to build this properly. Change: 132328009
Diffstat (limited to 'tensorflow/tf_exported_symbols.lds')
-rw-r--r--tensorflow/tf_exported_symbols.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tf_exported_symbols.lds b/tensorflow/tf_exported_symbols.lds
index e7749ab0f7..cb81e89922 100644
--- a/tensorflow/tf_exported_symbols.lds
+++ b/tensorflow/tf_exported_symbols.lds
@@ -1,2 +1,3 @@
*tensorflow*
*perftools*gputools*
+*tf_*