Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 945953002: Subzero: Translate the unreachable bitcode directly to ud2. (Closed)

Created:
5 years, 10 months ago by Jim Stichnoth
Modified:
5 years, 10 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M runtime/szrt.c View 1 chunk +0 lines, -2 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M tests_lit/llvm2ice_tests/unreachable.ll View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Jim Stichnoth
5 years, 10 months ago (2015-02-20 18:31:24 UTC) #2
jvoung (off chromium)
lgtm
5 years, 10 months ago (2015-02-20 19:42:58 UTC) #3
Jim Stichnoth
5 years, 10 months ago (2015-02-20 19:43:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c53f7a6ae8ee71c352e1546680431818f9fdd51b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698