Skip to content

Commit 773f07f

Browse files
committed
Merge pull request #2590 from gottesmm/use_component_depends_not_add_dependency
2 parents 67004c8 + 79ca98d commit 773f07f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/LLVMPasses/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ add_swift_library(swiftLLVMPasses
66
LLVMInlineTree.cpp
77
LLVMStackPromotion.cpp
88
LLVMMergeFunctions.cpp
9+
10+
COMPONENT_DEPENDS
11+
analysis
912
)
1013

11-
add_dependencies(swiftLLVMPasses LLVMAnalysis)

0 commit comments

Comments
 (0)