aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm/llvm.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm/llvm.bzl')
-rw-r--r--third_party/llvm/llvm.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/llvm/llvm.bzl b/third_party/llvm/llvm.bzl
index 586935b6e6..54ca86f327 100644
--- a/third_party/llvm/llvm.bzl
+++ b/third_party/llvm/llvm.bzl
@@ -405,7 +405,7 @@ def llvm_support_platform_specific_srcs_glob():
return select({
"@org_tensorflow//tensorflow:windows": native.glob([
"lib/Support/Windows/*.inc",
- "lib/Support/Windows/*.h"
+ "lib/Support/Windows/*.h",
]),
"//conditions:default": native.glob([
"lib/Support/Unix/*.inc",