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

Review URL: https://codereview.chromium.org/973823003
diff --git a/tests_lit/llvm2ice_tests/elf_nodata.ll b/tests_lit/llvm2ice_tests/elf_nodata.ll
index a28639a..5ec425d 100644
--- a/tests_lit/llvm2ice_tests/elf_nodata.ll
+++ b/tests_lit/llvm2ice_tests/elf_nodata.ll
@@ -7,7 +7,7 @@
 
 ; RUN: %if --need=allow_dump --command %p2i -i %s --args -O2 \
 ; RUN:   | %if --need=allow_dump --command \
-; RUN:   llvm-mc -triple=i686-none-nacl -filetype=obj -o - \
+; RUN:   llvm-mc -triple=i686-nacl -filetype=obj -o - \
 ; RUN:   | %if --need=allow_dump --command \
 ; RUN:   llvm-readobj -file-headers -sections -section-data \
 ; RUN:       -relocations -symbols - \