Skip to content

Commit 9218dcb

Browse files
Revert "[Bazel] Fixes 16a770d (#220089)" (#220153)
1 parent 8ac016e commit 9218dcb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -600,13 +600,6 @@ cc_library(
600600
features = ["-parse_headers"],
601601
)
602602

603-
cc_library(
604-
name = "scalar_headers",
605-
hdrs = glob(["include/llvm/Transforms/Scalar/*.h"]),
606-
copts = llvm_copts,
607-
features = ["-parse_headers"],
608-
)
609-
610603
cc_library(
611604
name = "BinaryFormatELF",
612605
srcs = [
@@ -1793,7 +1786,6 @@ cc_library(
17931786
":Target",
17941787
":TargetParser",
17951788
":config",
1796-
":scalar_headers",
17971789
],
17981790
)
17991791

0 commit comments

Comments
 (0)