[bazel] Remove Mips from Exegesis cc_library definition

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
This commit is contained in:
Caroline Tice 2022-09-22 17:39:22 -07:00 committed by Arthur Eubanks
parent 83c53d346f
commit c7bf9d084d
1 changed files with 0 additions and 1 deletions

View 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",