Commit 7cff758
authored
Remove expectation of no non-debug custom sections in separate-dwarf files (#22821)
This test is now failing after
WebAssembly/binaryen#7043 because the
target_features section is in the output binary and gets copied over to
the separate-dwarf file (this is because the separate-dwarf file is just
a copy of the original file).
An alternative to this would be to strip all non-debug custom sections
from the side file, although there could be sections that emscripten
doesn't know about that it would be desirable to have.1 parent e817def commit 7cff758
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10220 | 10220 | | |
10221 | 10221 | | |
10222 | 10222 | | |
10223 | | - | |
| 10223 | + | |
10224 | 10224 | | |
10225 | 10225 | | |
10226 | 10226 | | |
10227 | 10227 | | |
10228 | 10228 | | |
10229 | | - | |
10230 | | - | |
| 10229 | + | |
10231 | 10230 | | |
10232 | 10231 | | |
10233 | 10232 | | |
| |||
0 commit comments