From: Caroline Tice Date: Fri, 23 Sep 2022 00:39:22 +0000 (-0700) Subject: [bazel] Remove Mips from Exegesis cc_library definition X-Git-Tag: upstream/17.0.6~32703 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7bf9d084d037aa6c8fd479be9ccdf963dc59e10;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel index 6d97a37..031ffa8 100644 --- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel @@ -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",