Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[bazel] Fix all remaining --features=layering_check issues for @llvm-…
…project//clang:all
  • Loading branch information
MaskRay committed Jan 12, 2023
1 parent ed864f0 commit d6e04ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Expand Up @@ -475,6 +475,7 @@ cc_library(
"//llvm:MC",
"//llvm:Support",
"//llvm:Target",
"//llvm:TargetParser",
"//llvm:config",
],
)
Expand Down Expand Up @@ -1138,6 +1139,7 @@ cc_library(
deps = [
":basic",
":codegen",
":driver",
":frontend",
":lex",
":serialization",
Expand Down Expand Up @@ -1552,6 +1554,7 @@ cc_library(
"//llvm:MC",
"//llvm:Option",
"//llvm:ProfileData",
"//llvm:Remarks",
"//llvm:Support",
"//llvm:Target",
"//llvm:config",
Expand Down Expand Up @@ -1635,6 +1638,7 @@ cc_library(
":type_nodes_gen",
"//llvm:AllTargetsAsmParsers",
"//llvm:Analysis",
"//llvm:BinaryFormat",
"//llvm:BitReader",
"//llvm:BitWriter",
"//llvm:BitstreamReader",
Expand All @@ -1661,6 +1665,7 @@ cc_library(
"//llvm:Scalar",
"//llvm:Support",
"//llvm:Target",
"//llvm:TargetParser",
"//llvm:TransformUtils",
],
)
Expand Down Expand Up @@ -2117,6 +2122,7 @@ cc_binary(
stamp = 0,
deps = [
":basic",
":driver",
":tooling",
"//llvm:BitWriter",
"//llvm:Core",
Expand Down

0 comments on commit d6e04ba

Please sign in to comment.