Skip to content

Commit 1d91d38

Browse files
[Coroutines] Add missing TargetParser lib dependency
This dependency was introduced by D158638. It seems harmless to add this, as the Analysis library also does it. Differential Revision: https://reviews.llvm.org/D158729 (cherry picked from commit fdb734a)
1 parent 33e39ad commit 1d91d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Coroutines/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ add_llvm_component_library(LLVMCoroutines
2121
Scalar
2222
Support
2323
TransformUtils
24+
TargetParser
2425
)

0 commit comments

Comments
 (0)