This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Re-enable disabled debug value test
ClosedPublic

Authored by ddcc on Aug 12 2016, 11:19 AM.

Details

Summary

This test was resulting in asan/valgrind failures due to undefined
DWARF register mappings for WebAssembly, and was disabled in r278495.
These have been resolved.

Diff Detail

Repository
rL LLVM

Event Timeline

ddcc updated this revision to Diff 67867.Aug 12 2016, 11:19 AM
ddcc retitled this revision from to [WebAssembly] Re-enable disabled debug value test.
ddcc updated this object.
dschuff accepted this revision.Aug 12 2016, 2:56 PM
dschuff edited edge metadata.

LGTM (after the fix has been landed obviously :)

This revision is now accepted and ready to land.Aug 12 2016, 2:56 PM
This revision was automatically updated to reflect the committed changes.