commit | 3a57fbd6db74b2eb5cd2789036c521f702cb323e | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu May 11 00:03:52 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu May 11 00:03:52 2017 +0000 |
tree | 844c92ca46463cee221cf988d2cf0f8e16a5c736 | |
parent | ae0317e4a9f4135e900891c4fb010f42c7764400 [diff] [blame] |
[Support] Move Parallel algorithms from LLD to LLVM. Differential Revision: https://reviews.llvm.org/D33024 llvm-svn: 302748
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 63c4400..8337628 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt
@@ -81,6 +81,7 @@ MD5.cpp NativeFormatting.cpp Options.cpp + Parallel.cpp PluginLoader.cpp PrettyStackTrace.cpp RandomNumberGenerator.cpp