Adjust target compatibility.

PiperOrigin-RevId: 333612284
Change-Id: If2e4e5bb47db74ded275cd428cc3ae37285532dc
This commit is contained in:
Wenhao Jia 2020-09-24 15:33:17 -07:00 committed by TensorFlower Gardener
parent ece9d9f88e
commit df2faf57a0

View File

@ -1072,6 +1072,7 @@ cc_library(
name = "orc_jit_memory_mapper",
srcs = ["orc_jit_memory_mapper.cc"],
hdrs = ["orc_jit_memory_mapper.h"],
compatible_with = get_compatible_with_cloud(),
deps = [
"//tensorflow/core:lib",
"@llvm-project//llvm:ExecutionEngine",