diff options
author | JF Bastien <jfb@google.com> | 2014-06-18 06:33:23 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2014-06-18 06:33:23 +0000 |
commit | acf5bc16e3ff17440c243207438b9f6ed0f32e70 (patch) | |
tree | 6e2656b28295f54c74c339253da48d7da5947df4 /llvm/lib/Support/CMakeLists.txt | |
parent | f8ad92da5c9ab86c0b8552626d8c1eec30d4333c (diff) | |
download | bcm5719-llvm-acf5bc16e3ff17440c243207438b9f6ed0f32e70.tar.gz bcm5719-llvm-acf5bc16e3ff17440c243207438b9f6ed0f32e70.zip |
Revert "Random Number Generator (llvm)"
This reverts commit cccba093090d127e0b6d17473b14c264c14c5259.
It causes build breakage.
llvm-svn: 211146
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index eac95c262b5..2438d729d8d 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -41,7 +41,6 @@ add_llvm_library(LLVMSupport MD5.cpp PluginLoader.cpp PrettyStackTrace.cpp - RandomNumberGenerator.cpp Regex.cpp SmallPtrSet.cpp SmallVector.cpp |