[PATCH] D158729: [Coroutines] Add TargetParser lib
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 06:04:07 PDT 2023
fdeazeve created this revision.
Herald added subscribers: ChuanqiXu, hiraditya, kristof.beyls.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This dependency was introduced by D158638 <https://reviews.llvm.org/D158638>. It seems harmless to add this, as the
Analysis library also does it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158729
Files:
llvm/lib/Transforms/Coroutines/CMakeLists.txt
Index: llvm/lib/Transforms/Coroutines/CMakeLists.txt
===================================================================
--- llvm/lib/Transforms/Coroutines/CMakeLists.txt
+++ llvm/lib/Transforms/Coroutines/CMakeLists.txt
@@ -21,4 +21,5 @@
Scalar
Support
TransformUtils
+ TargetParser
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158729.553093.patch
Type: text/x-patch
Size: 299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/42191908/attachment.bin>
More information about the llvm-commits
mailing list