[PATCH] D134505: [bazel] Remove Mips from Exegesis cc_library definition

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 17:40:11 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc7bf9d084d03: [bazel] Remove Mips from Exegesis cc_library definition (authored by cmtice, committed by aeubanks).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134505/new/

https://reviews.llvm.org/D134505

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


Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -2596,7 +2596,6 @@
     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",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134505.462361.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/7b8e36fa/attachment.bin>


More information about the llvm-commits mailing list