Skip to content

Commit

Permalink
fix: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kila2 committed Jan 17, 2025
1 parent 302abf3 commit 6adcd0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3326,10 +3326,7 @@ cc_library(
":Support",
":Target",
":config",
] + select({
"@platforms//os:linux": [":maybe_pfm"],
"//conditions:default": [],
}),
]
)

cc_library(
Expand Down

0 comments on commit 6adcd0d

Please sign in to comment.