Revision 9c01fc5f0f2d1335810772c79ba0a1c329d3d908 authored by Yash Katariya on 22 May 2024, 05:42:28 UTC, committed by jax authors on 22 May 2024, 05:43:18 UTC
PiperOrigin-RevId: 636038410
1 parent 0f4dff5
Raw File
platform_mappings
platforms:
#  Maps "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64"
#  to "--cpu=darwin".
  @xla//tools/toolchains/cross_compile/config:darwin_x86_64
    --cpu=darwin

flags:
  # Maps "--cpu=darwin" to
  # "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64".
  --cpu=darwin
    @xla//tools/toolchains/cross_compile/config:darwin_x86_64
back to top