[PATCH] D140520: [bazel] fix bazel file

Peiming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 17:25:04 PST 2022


Peiming created this revision.
Herald added a project: All.
Peiming requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140520

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
@@ -186,10 +186,6 @@
         "lib/Support/*.inc",
         # To avoid a dependency cycle.
         "include/llvm/Option/*.h",
-        # FIXME Move to :TargetParser
-        "lib/TargetParser/**/*.cpp",
-        "lib/TargetParser/**/*.h",
-        "lib/TargetParser/**/*.inc",
     ]) + select({
         "@bazel_tools//src/conditions:windows": glob([
             "lib/Support/Windows/*.h",
@@ -220,9 +216,6 @@
     hdrs = glob([
         "include/llvm/Support/**/*.h",
         "include/llvm/ADT/*.h",
-        # FIXME Move to :TargetParser
-        "include/llvm/TargetParser/*.def",
-        "include/llvm/TargetParser/*.h",
     ]) + [
         "include/llvm-c/Core.h",
         "include/llvm-c/DataTypes.h",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140520.484721.patch
Type: text/x-patch
Size: 948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/07b8bddf/attachment.bin>


More information about the llvm-commits mailing list