Skip to content

Commit fb8ce92

Browse files
committed
Remove the header-only dep on CodeGen from MCTargetDesc & Utils
1 parent 2cdb843 commit fb8ce92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,9 +2270,6 @@ gentbl(
22702270
strip_include_prefix = "lib/Target/" + target["name"],
22712271
deps = [
22722272
":BinaryFormat",
2273-
# Depending on `:CodeGen` headers in this library is almost
2274-
# certainly a layering problem in numerous targets.
2275-
":CodeGen",
22762273
":CodeGenTypes",
22772274
":DebugInfoCodeView",
22782275
":MC",

0 commit comments

Comments
 (0)