forked from OSchip/llvm-project
791db5f0a3
std::promise and std::future in old version of libstdc++ are buggy. I think that's the reason why LLD tests were flaky on Ubuntu 13 buildbots until we disabled file preloading. In this patch, I implemented very simple future and used that in FileArchive. Compared to std::promise and std::future, it lacks many features, but should serve our purpose. http://reviews.llvm.org/D8025 llvm-svn: 231153 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DefinedAtom.cpp | ||
Error.cpp | ||
File.cpp | ||
LinkingContext.cpp | ||
Makefile | ||
Reader.cpp | ||
Resolver.cpp | ||
SymbolTable.cpp | ||
TODO.txt | ||
Writer.cpp |