aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/cpu/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/BUILD b/tensorflow/compiler/xla/service/cpu/BUILD
index c9fbeae77c..e35d947525 100644
--- a/tensorflow/compiler/xla/service/cpu/BUILD
+++ b/tensorflow/compiler/xla/service/cpu/BUILD
@@ -148,7 +148,11 @@ cc_library(
cc_library(
name = "simple_orc_jit",
- srcs = ["simple_orc_jit.cc"],
+ srcs = [
+ "simple_orc_jit.cc",
+ "windows_compatibility.cc",
+ "windows_compatibility.h",
+ ],
hdrs = ["simple_orc_jit.h"],
deps = [
":compiler_functor",