OSDN Git Service

Revert "[C++11] Replace LLVM atomics with std::atomic."
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 3 Mar 2014 18:02:34 +0000 (18:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 3 Mar 2014 18:02:34 +0000 (18:02 +0000)
commit7515c71cb6a29141b70f3788651e98d1478c810f
tree9c981e623dfbeb106f0e574cb4d573b30bca4fc5
parent4721e55a0c2e749cba4f91aa584508284ff67d2c
Revert "[C++11] Replace LLVM atomics with std::atomic."

Breaks the MSVC build.
DataStream.cpp(44): error C2552: 'llvm::Statistic::Value' : non-aggregates cannot be initialized with initializer list

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202731 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Statistic.h
include/llvm/PassSupport.h
include/llvm/Support/ManagedStatic.h
lib/IR/Attributes.cpp
lib/IR/DiagnosticInfo.cpp
lib/Support/ManagedStatic.cpp
lib/Support/Statistic.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp