Fix build failure, update llvm-strings for the new Error API
llvm-svn: 286563
This commit is contained in:
@@ -60,7 +60,7 @@ class Strings {
|
||||
}
|
||||
|
||||
void dump(const Archive *A) {
|
||||
Error E;
|
||||
Error E = Error::success();
|
||||
for (auto &Element : A->children(E)) {
|
||||
if (Expected<std::unique_ptr<Binary>> Child =
|
||||
Element.getAsBinary(&Context)) {
|
||||
|
||||
Reference in New Issue
Block a user