Skip to content

Commit

Permalink
[Bazel] Update for 6103fdf
Browse files Browse the repository at this point in the history
Update Bazel config for
6103fdfab4
by deleting the llvm-elfabi target.

Differential Revision: https://reviews.llvm.org/D106295
  • Loading branch information
GMNGeoffrey committed Jul 19, 2021
1 parent 2d56e13 commit ef648df
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2734,22 +2734,6 @@ cc_binary(
],
)

cc_binary(
name = "llvm-elfabi",
srcs = glob([
"tools/llvm-elfabi/*.cpp",
"tools/llvm-elfabi/*.h",
]),
copts = llvm_copts,
stamp = 0,
deps = [
":InterfaceStub",
":Object",
":Support",
":TextAPI",
],
)

cc_binary(
name = "llvm-exegesis",
srcs = [
Expand Down

0 comments on commit ef648df

Please sign in to comment.