[llvm] fdb734a - [Coroutines] Add missing TargetParser lib dependency

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 06:20:10 PDT 2023


Author: Felipe de Azevedo Piovezan
Date: 2023-08-24T09:19:54-04:00
New Revision: fdb734a211bfe4a399b0229571133b0bf68ba90b

URL: https://github.com/llvm/llvm-project/commit/fdb734a211bfe4a399b0229571133b0bf68ba90b
DIFF: https://github.com/llvm/llvm-project/commit/fdb734a211bfe4a399b0229571133b0bf68ba90b.diff

LOG: [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

Added: 
    

Modified: 
    llvm/lib/Transforms/Coroutines/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Coroutines/CMakeLists.txt b/llvm/lib/Transforms/Coroutines/CMakeLists.txt
index e4c821b6208476..2139446e5ff957 100644
--- a/llvm/lib/Transforms/Coroutines/CMakeLists.txt
+++ b/llvm/lib/Transforms/Coroutines/CMakeLists.txt
@@ -21,4 +21,5 @@ add_llvm_component_library(LLVMCoroutines
   Scalar
   Support
   TransformUtils
+  TargetParser
   )


        


More information about the llvm-commits mailing list