No public description
PiperOrigin-RevId: 570789405
This commit is contained in:
parent
1d8bd9c3ee
commit
2dd20822be
|
@ -107,6 +107,7 @@ def _metal_library_impl(ctx):
|
||||||
outputs = [obj, diagnostics, deps_dump],
|
outputs = [obj, diagnostics, deps_dump],
|
||||||
mnemonic = "MetalCompile",
|
mnemonic = "MetalCompile",
|
||||||
executable = "/usr/bin/xcrun",
|
executable = "/usr/bin/xcrun",
|
||||||
|
toolchain = None,
|
||||||
arguments = args,
|
arguments = args,
|
||||||
use_default_shell_env = False,
|
use_default_shell_env = False,
|
||||||
progress_message = ("Compiling Metal shader %s" %
|
progress_message = ("Compiling Metal shader %s" %
|
||||||
|
@ -128,6 +129,7 @@ def _metal_library_impl(ctx):
|
||||||
outputs = (output_lib,),
|
outputs = (output_lib,),
|
||||||
mnemonic = "MetalLink",
|
mnemonic = "MetalLink",
|
||||||
executable = "/usr/bin/xcrun",
|
executable = "/usr/bin/xcrun",
|
||||||
|
toolchain = None,
|
||||||
arguments = args,
|
arguments = args,
|
||||||
progress_message = (
|
progress_message = (
|
||||||
"Linking Metal library %s" % ctx.label.name
|
"Linking Metal library %s" % ctx.label.name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user