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

Unified Diff: tests_lit/assembler/x86/sandboxing.ll

Issue 1499973002: Revert "Subzero. ARM32. Initial sandboxing code." (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/assembler/arm32/sandboxing.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/x86/sandboxing.ll
diff --git a/tests_lit/assembler/x86/sandboxing.ll b/tests_lit/assembler/x86/sandboxing.ll
index 3233d574a3faf61e2f31a2f8d188a9421919ea09..c03d335d0d512faea685161e76dc205fbdc4b00f 100644
--- a/tests_lit/assembler/x86/sandboxing.ll
+++ b/tests_lit/assembler/x86/sandboxing.ll
@@ -3,9 +3,9 @@
; we try to limit to a few instructions with well known sizes and
; minimal use of registers and stack slots in the lowering sequence.
-; RUN: %p2i -i %s --sandbox --filetype=obj --disassemble --args -Om1 \
+; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 \
; RUN: -allow-externally-defined-symbols \
-; RUN: -ffunction-sections | FileCheck %s
+; RUN: -ffunction-sections -sandbox | FileCheck %s
declare void @call_target()
@global_byte = internal global [1 x i8] zeroinitializer
« no previous file with comments | « tests_lit/assembler/arm32/sandboxing.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698