DescriptionSubzero: Translate the unreachable bitcode directly to ud2.
This removes ice_unreachable() from the Subzero runtime. The ice_unreachable() implementation is problematic since it makes a call to external function abort(), which leads to an undefined symbol error in the linker because abort() is internalized at link time.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4091
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=c53f7a6ae8ee71c352e1546680431818f9fdd51b
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|