There was an error while loading. Please reload this page.
1 parent 8ac016e commit 9218dcbCopy full SHA for 9218dcb
1 file changed
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -600,13 +600,6 @@ cc_library(
600
features = ["-parse_headers"],
601
)
602
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
-
610
cc_library(
611
name = "BinaryFormatELF",
612
srcs = [
@@ -1793,7 +1786,6 @@ cc_library(
1793
1786
":Target",
1794
1787
":TargetParser",
1795
1788
":config",
1796
- ":scalar_headers",
1797
1789
],
1798
1790
1799
1791
0 commit comments