Commit 4fb2b15
committed
[dsymutil] Remove spurious exit when falling back to fat64 header
In #118898 I changed dsymutil to emit a warning instead of an error when
exceeding the 4GB limit for a slice and automatically fall back to using
the fat64 header. However, while doing so, I forgot to remove the return
which defeats that purpose.
rdar://1409984161 parent fa511cd commit 4fb2b15
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
877 | 876 | | |
878 | 877 | | |
879 | 878 | | |
| |||
0 commit comments