From b64da22db77ad22d83edb92ed442cc7707d0c622 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 7 Apr 2018 03:30:28 +0000 Subject: Remove trailing space in build file. llvm-svn: 329479 --- llvm/lib/Transforms/Coroutines/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') 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 -- cgit v1.2.3