소스 검색

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 달 전
부모
커밋
e2a9de5bad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,
     )