Skip to content

Commit 9889c7c

Browse files
authored
Remove Vulkan shader DotSlash label
Differential Revision: D104429023 Pull Request resolved: #19400
1 parent b3baac5 commit 9889c7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backends/vulkan/targets.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def vulkan_spv_shader_lib(name, spv_filegroups, is_fbcode = False, no_volk = Fal
130130
},
131131
cmd = genrule_cmd,
132132
default_outs = ["."],
133-
labels = ["uses_dotslash"],
134133
)
135134

136135
suffix = "_no_volk" if no_volk else ""

0 commit comments

Comments
 (0)