summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2016-07-28 21:04:31 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2016-07-28 21:04:31 +0000
commit3d32b7ed0d811b5ed5267f581cdc40f18c87faab (patch)
tree4303317f5aee2a3fc855e7b987377f7be8ab846a /llvm/lib/Transforms/CMakeLists.txt
parent644f3f066b95f6ba83f636d7738f680a6a9f126a (diff)
downloadbcm5719-llvm-3d32b7ed0d811b5ed5267f581cdc40f18c87faab.tar.gz
bcm5719-llvm-3d32b7ed0d811b5ed5267f581cdc40f18c87faab.zip
[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
Diffstat (limited to 'llvm/lib/Transforms/CMakeLists.txt')
-rw-r--r--llvm/lib/Transforms/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud