These were already applied to the internal rule for the Clang-built runtimes, but were then dropped from the filegroup which would often negate their effect.
@@ -174,4 +174,5 @@ def prebuilt_runtimes(name, target = None, tags = []):
srcs = [
":" + name + "_clang",
],
+ tags = tags,
)