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

Issue 562853003: Make pnacl_generate_pexe=0 nonsfi_nacl=1 bitcode=1 work. (Closed)

Created:
6 years, 3 months ago by Junichi Uekawa
Modified:
4 years, 8 months ago
Reviewers:
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Project:
nacl
Visibility:
Public.

Description

Make pnacl_generate_pexe=0 nonsfi_nacl=1 bitcode=1 work. Enough plumbing to get run_exception_test_irt compile and fail. ./scons -j20 --mode=dbg-host,nacl_irt_test bitcode=1 nonsfi_nacl=1 pnacl_generate_pexe=0 run_exception_test_irt use_newlib_nonsfi_loader=0 platform=arm ./scons -j20 --mode=dbg-host,nacl_irt_test bitcode=1 nonsfi_nacl=1 pnacl_generate_pexe=0 run_exception_test_irt use_newlib_nonsfi_loader=0 platform=x86-32 BUG=408879

Patch Set 1 #

Patch Set 2 : revised to compile with pnacl-generate-pexe=0, arm does not yet work #

Patch Set 3 : more changes to get ARM linking. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -7 lines) Patch
M SConstruct View 1 2 chunks +8 lines, -2 lines 0 comments Download
M pnacl/driver/pnacl-driver.py View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M site_scons/site_tools/naclsdk.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tests/common/register_set.h View 1 3 chunks +18 lines, -1 line 0 comments Download
M tests/exception_test/exception_test.c View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/exception_test/nacl.scons View 1 chunk +5 lines, -1 line 0 comments Download
M tests/pnacl_native_objects/nacl.scons View 2 chunks +5 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698