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

Unified Diff: test/MC/ARM/nacl-autosandbox/scratch-invalid.s

Issue 1274223003: Auto-sandboxing: Switch to automatic scratch register invalidation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: add flag to tests Created 5 years, 4 months 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
Index: test/MC/ARM/nacl-autosandbox/scratch-invalid.s
diff --git a/test/MC/ARM/nacl-autosandbox/scratch-invalid.s b/test/MC/ARM/nacl-autosandbox/scratch-invalid.s
new file mode 100644
index 0000000000000000000000000000000000000000..e256fda6cb230f5fc3a852edd1cd80023d035349
--- /dev/null
+++ b/test/MC/ARM/nacl-autosandbox/scratch-invalid.s
@@ -0,0 +1,4 @@
+// RUN: not llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple armv7-unknown-nacl %s 2>&1 | FileCheck %s
+
+.scratch %ecx
+// CHECK: expected register name
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCNaClExpander.cpp ('k') | test/MC/ARM/nacl-autosandbox/scratch-invalid-pc.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698