DescriptionSubzero: Run sandboxed cross tests, and do some cleanup.
Tests all cross tests in both sandboxed and unsandboxed modes. Unfortunately, crosstest run time is more than doubled because of LTO of the crosstest drivers. (We may want to add "full" and "lite" versions of cross tests.)
LLVM triple strings are removed where possible (from .ll files), and when generated, we use just i686 or i686-nacl.
"Fix" the integrated assembler to emit the lock prefix after the 16-bit operand prefix, to make the validator happy.
Don't add external symbol references to the ELF file for llvm.* intrinsic functions.
Make the ELF object writer honor the -externalize argument.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4092
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=a67fc448e9779ac8b7d9751bd7cf32f94047a345
Patch Set 1 #
Total comments: 3
Patch Set 2 : Revert annoying clang-format whitespace changes #Patch Set 3 : More whitespace change reversion #
Total comments: 5
Patch Set 4 : Fix TODO. Fix accidentally reverted required change. #
Messages
Total messages: 8 (1 generated)
|