Procházet zdrojové kódy

Propagate tags on `prebuilt_runtimes` to the filegroup (#6638)

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.
Chandler Carruth před 3 měsíci
rodič
revize
e2a9de5bad
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      toolchain/driver/prebuilt_runtimes.bzl

+ 1 - 0
toolchain/driver/prebuilt_runtimes.bzl

@@ -174,4 +174,5 @@ def prebuilt_runtimes(name, target = None, tags = []):
         srcs = [
             ":" + name + "_clang",
         ],
+        tags = tags,
     )