[llvm] cb3eb06 - [gn build] Port f4e2d7bfc143

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 13:10:07 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-10T20:04:02Z
New Revision: cb3eb068e6b008b4784a93ac181516ae69350bf1

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

LOG: [gn build] Port f4e2d7bfc143

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn
index 009aba221a0bc3..e296a7b93c7607 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn
@@ -18,6 +18,7 @@ static_library("Coroutines") {
     "CoroFrame.cpp",
     "CoroSplit.cpp",
     "Coroutines.cpp",
+    "SpillUtils.cpp",
     "SuspendCrossingInfo.cpp",
   ]
 }


        


More information about the llvm-commits mailing list