No public description

PiperOrigin-RevId: 570789405
This commit is contained in:
Nevena Kotlaja 2023-10-04 13:29:34 -07:00 committed by Copybara-Service
parent 1d8bd9c3ee
commit 2dd20822be

View File

@ -107,6 +107,7 @@ def _metal_library_impl(ctx):
outputs = [obj, diagnostics, deps_dump],
mnemonic = "MetalCompile",
executable = "/usr/bin/xcrun",
toolchain = None,
arguments = args,
use_default_shell_env = False,
progress_message = ("Compiling Metal shader %s" %
@ -128,6 +129,7 @@ def _metal_library_impl(ctx):
outputs = (output_lib,),
mnemonic = "MetalLink",
executable = "/usr/bin/xcrun",
toolchain = None,
arguments = args,
progress_message = (
"Linking Metal library %s" % ctx.label.name