[Bazel] Update for 6103fdfab4
authorGeoffrey Martin-Noble <gcmn@google.com>
Mon, 19 Jul 2021 18:48:52 +0000 (11:48 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Mon, 19 Jul 2021 18:50:47 +0000 (11:50 -0700)
Update Bazel config for
https://github.com/llvm/llvm-project/commit/6103fdfab4
by deleting the llvm-elfabi target.

Differential Revision: https://reviews.llvm.org/D106295

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

index e3e5bc8..5add928 100644 (file)
@@ -2735,22 +2735,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 = [
         "tools/llvm-exegesis/llvm-exegesis.cpp",