You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments