Skip to content

Commit 6526139

Browse files
akuegelyuxuanchen1997
authored andcommitted
[llvm][Bazel] Adapt to 4eb30cf
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251738
1 parent 3e8102c commit 6526139

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,10 @@ cc_library(
944944
srcs = glob([
945945
"lib/IR/*.cpp",
946946
"lib/IR/*.h",
947-
]),
947+
]) + [
948+
# To avoid a dependency cycle.
949+
"include/llvm/Analysis/IVDescriptors.h",
950+
],
948951
hdrs = glob(
949952
[
950953
"include/llvm/*.h",

0 commit comments

Comments
 (0)