From 3d32b7ed0d811b5ed5267f581cdc40f18c87faab Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Thu, 28 Jul 2016 21:04:31 +0000 Subject: [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes This adds boilerplate code for all coroutine passes, the passes are no-ops for now. Also, a small test has been added to verify that passes execute in the expected order or not at all if coroutine support is disabled. Patch by Gor Nishanov! Differential Revision: https://reviews.llvm.org/D22847 llvm-svn: 277033 --- llvm/lib/Transforms/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/CMakeLists.txt') diff --git a/llvm/lib/Transforms/CMakeLists.txt b/llvm/lib/Transforms/CMakeLists.txt index 2bb6e905909..67bdeb27212 100644 --- a/llvm/lib/Transforms/CMakeLists.txt +++ b/llvm/lib/Transforms/CMakeLists.txt @@ -6,3 +6,4 @@ add_subdirectory(IPO) add_subdirectory(Vectorize) add_subdirectory(Hello) add_subdirectory(ObjCARC) +add_subdirectory(Coroutines) -- cgit v1.2.3