[XLA:TF] Run buildifier on llvm.BUILD
authorBenjamin Kramer <kramerb@google.com>
Tue, 22 May 2018 14:06:08 +0000 (07:06 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 22 May 2018 14:09:01 +0000 (07:09 -0700)
Buildifier recently started sorting load args
https://github.com/bazelbuild/buildtools/commit/3ac5f85b22bc44820c041d0cacd3bc2ed54e7742 which causes diffs in the output.

PiperOrigin-RevId: 197556554

third_party/llvm/llvm.BUILD

index 35a1ce3..e1c22c8 100644 (file)
@@ -8,10 +8,10 @@ exports_files(["LICENSE.TXT"])
 
 load(
     "@org_tensorflow//third_party/llvm:llvm.bzl",
-    "gentbl",
+    "cmake_var_string",
     "expand_cmake_vars",
+    "gentbl",
     "llvm_target_cmake_vars",
-    "cmake_var_string",
 )
 load(
     "@org_tensorflow//third_party:common.bzl",