[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:
parent
83c53d346f
commit
c7bf9d084d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue