Temporarily disable FileArchive::preload().
authorRui Ueyama <ruiu@google.com>
Fri, 27 Feb 2015 05:26:05 +0000 (05:26 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 27 Feb 2015 05:26:05 +0000 (05:26 +0000)
commit0bde1de3bdf6d68d0a5011f4000ceb80c768d537
tree1a1943fc38a80e41c82d08a884d67013d5fd60e4
parent6c39e7789671d0676076e18e1f345d2aec0a953e
Temporarily disable FileArchive::preload().

It is observed that the function throws std::future_error on a few buildbots.
That cannot be easily reproducible on local machines. Kill the feature
temporarily to see if this is going to fix the buildbot issue.

llvm-svn: 230735
lld/lib/Core/Resolver.cpp