Selaa lähdekoodia

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 3 kuukautta sitten
vanhempi
sitoutus
e2a9de5bad
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 = [
         srcs = [
             ":" + name + "_clang",
             ":" + name + "_clang",
         ],
         ],
+        tags = tags,
     )
     )