Commit 76a082c
committed
[dsymutil] Remove spurious exit when falling back to fat64 header (llvm#171189)
In llvm#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 the whole purpose.
rdar://140998416
(cherry picked from commit 83fd2c9)1 parent 219dd76 commit 76a082c
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
901 | 900 | | |
902 | 901 | | |
903 | 902 | | |
| |||
0 commit comments