DescriptionPNaCl: Allow translator to produce an unsandboxed, native executable
This only works for targeting x86-32 Linux in this initial version.
This allows pnacl-translate to be invoked with "-arch linux-x86-32".
I'll extend this to work on x86-64 and Mac in later changes.
* Add a minimal IRT implementation that's just enough to run
hello_world.pexe. It implements TLS, mmap(), write(), exit(), etc.
I'll implement more IRT interfaces in a later change.
* For testing, add a Buildbot step to test this, and add the
"pnacl_unsandboxed" option to Scons.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3699
TEST=run_hello_world_test_irt bitcode=1 pnacl_unsandboxed=1 --mode=nacl_irt_test
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=12218
Patch Set 1 #Patch Set 2 : Fix -I path #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|