summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Coroutines
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-07 03:30:28 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-07 03:30:28 +0000
commitb64da22db77ad22d83edb92ed442cc7707d0c622 (patch)
tree796a9c021f95a381d4af732456250077733c830c /llvm/lib/Transforms/Coroutines
parent727f22bff29462c319c269d870af97d1a44d9120 (diff)
downloadbcm5719-llvm-b64da22db77ad22d83edb92ed442cc7707d0c622.tar.gz
bcm5719-llvm-b64da22db77ad22d83edb92ed442cc7707d0c622.zip
Remove trailing space in build file.
llvm-svn: 329479
Diffstat (limited to 'llvm/lib/Transforms/Coroutines')
-rw-r--r--llvm/lib/Transforms/Coroutines/CMakeLists.txt2
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
OpenPOWER on IntegriCloud