Skip to content

Commit 25517fe

Browse files
authored
Merge pull request #11958 from swiftlang/jdevlieghere/cherrypick-83fd2c9
[dsymutil] Remove spurious exit when falling back to fat64 header
2 parents 219dd76 + 76a082c commit 25517fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/dsymutil/dsymutil.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ int dsymutil_main(int argc, char **argv, const llvm::ToolContext &) {
897897
"-fat64 flag to force a 64-bit header and silence this "
898898
"warning.",
899899
FileOffset);
900-
return EXIT_FAILURE;
901900
}
902901
FileOffset += stat->getSize();
903902
}

0 commit comments

Comments
 (0)