Allow tf_compile to handle iOS Simulator.
PiperOrigin-RevId: 287966312 Change-Id: I1ea4626c28251a972c1ed4da31a186812b58f76d
This commit is contained in:
parent
7e61197e76
commit
a0db54f7cb
@ -407,6 +407,7 @@ def target_llvm_triple():
|
||||
"//tensorflow:android_arm64": "aarch64-none-android",
|
||||
"//tensorflow:android_x86": "i686-none-android",
|
||||
"//tensorflow:ios": "arm64-none-ios",
|
||||
"//tensorflow:ios_x86_64": "x86_64-apple-ios",
|
||||
"//tensorflow:linux_ppc64le": "ppc64le-ibm-linux-gnu",
|
||||
"//tensorflow:macos": "x86_64-none-darwin",
|
||||
"//conditions:default": "x86_64-pc-linux",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user