Commit 14f31d4
committed
Let llvm-objcopy continue on encountering an error
Lets tools that use llvm-objcopy continue with working on files on
encountering an error by logging it instead of returning it early. This
lets tools like llvm-strip function as expected while processing
multiple files.1 parent 05589ee commit 14f31d4
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
255 | | - | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
259 | | - | |
| 262 | + | |
260 | 263 | | |
0 commit comments