diff options
author | Jiangning Liu <jiangning.liu@arm.com> | 2014-11-05 04:44:31 +0000 |
---|---|---|
committer | Jiangning Liu <jiangning.liu@arm.com> | 2014-11-05 04:44:31 +0000 |
commit | 1fb71bc395ca270bbd4c652d892cda3d6446b5d3 (patch) | |
tree | edb4a56477152fe737955c8822bd769614b33953 /llvm/lib/Support/CMakeLists.txt | |
parent | 12b50a95c94765cb369f09eeabf7db5fef4442f2 (diff) | |
download | bcm5719-llvm-1fb71bc395ca270bbd4c652d892cda3d6446b5d3.tar.gz bcm5719-llvm-1fb71bc395ca270bbd4c652d892cda3d6446b5d3.zip |
Revert 220932.
Commit 220932 caused crash when building clang-tblgen on aarch64 debian target,
so it's blocking all daily tests.
The std::call_once implementation in pthread has bug for aarch64 debian.
llvm-svn: 221331
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 24a115e0157..a751d62ebb8 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -102,7 +102,6 @@ add_llvm_library(LLVMSupport Unix/Program.inc Unix/RWMutex.inc Unix/Signals.inc - Unix/Threading.inc Unix/ThreadLocal.inc Unix/TimeValue.inc Unix/Watchdog.inc @@ -115,7 +114,6 @@ add_llvm_library(LLVMSupport Windows/Program.inc Windows/RWMutex.inc Windows/Signals.inc - Windows/Threading.inc Windows/ThreadLocal.inc Windows/TimeValue.inc Windows/Watchdog.inc |