[bazel] Remove Mips from Exegesis cc_library definition
authorCaroline Tice <cmtice@google.com>
Fri, 23 Sep 2022 00:39:22 +0000 (17:39 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 23 Sep 2022 00:39:53 +0000 (17:39 -0700)
Recent update added 'tools/llvm-exegesis/lib/Mips/*.cpp' to srcs for Exegesis cc_library. This was not needed, and in fact breaks things. This CL removes that one change.

Reviewed By: aeubanks

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

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

index 6d97a37..031ffa8 100644 (file)
@@ -2596,7 +2596,6 @@ cc_library(
     srcs = glob([
         "tools/llvm-exegesis/lib/*.cpp",
         "tools/llvm-exegesis/lib/AArch64/*.cpp",
-        "tools/llvm-exegesis/lib/Mips/*.cpp",
         "tools/llvm-exegesis/lib/PowerPC/*.cpp",
         "tools/llvm-exegesis/lib/X86/*.cpp",
         "tools/llvm-exegesis/lib/X86/*.h",