[PATCH] D140520: [bazel] fix bazel file
Peiming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 17:30:17 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG35762d073910: [bazel] fix bazel file (authored by Peiming).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140520/new/
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.484722.patch
Type: text/x-patch
Size: 948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/9e5aa52a/attachment.bin>
More information about the llvm-commits
mailing list