[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:20:16 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfdb734a211bf: [Coroutines] Add missing TargetParser lib dependency (authored by fdeazeve).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158729/new/

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.553099.patch
Type: text/x-patch
Size: 299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/cea78d4e/attachment.bin>


More information about the llvm-commits mailing list