[PATCH] D134505: [bazel] Remove Mips from Exegesis cc_library definition
Caroline Tice via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 17:33:56 PDT 2022
cmtice created this revision.
cmtice added a reviewer: rupprecht.
Herald added subscribers: mstojanovic, atanasyan, arichardson, sdardis.
Herald added a project: All.
cmtice requested review of this revision.
Herald added subscribers: llvm-commits, courbet.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
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.462359.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/782c6dc9/attachment.bin>
More information about the llvm-commits
mailing list