diff options
Diffstat (limited to 'llvm/lib/Transforms/Coroutines')
-rw-r--r-- | llvm/lib/Transforms/Coroutines/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Coroutines/CMakeLists.txt b/llvm/lib/Transforms/Coroutines/CMakeLists.txt index 1c635bd9db0..80a052a2d45 100644 --- a/llvm/lib/Transforms/Coroutines/CMakeLists.txt +++ b/llvm/lib/Transforms/Coroutines/CMakeLists.txt @@ -4,7 +4,7 @@ add_llvm_library(LLVMCoroutines CoroEarly.cpp CoroElide.cpp CoroFrame.cpp - CoroSplit.cpp + CoroSplit.cpp DEPENDS intrinsics_gen |