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

Unified Diff: test/NaCl/ARM/bx-sandboxing.ll

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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
« no previous file with comments | « test/NaCl/ARM/blx-sandboxing.ll ('k') | test/NaCl/ARM/call-return-sandboxing1.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/NaCl/ARM/bx-sandboxing.ll
diff --git a/test/NaCl/ARM/bx-sandboxing.ll b/test/NaCl/ARM/bx-sandboxing.ll
new file mode 100644
index 0000000000000000000000000000000000000000..facc5b7a725f70cb61bea9aabd5e6a3b0d23b1ff
--- /dev/null
+++ b/test/NaCl/ARM/bx-sandboxing.ll
@@ -0,0 +1,10 @@
+; RUN: pnacl-llc -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
+; RUN: | llvm-objdump -disassemble -triple armv7 - | FileCheck %s
+
+define i32 @foo() nounwind {
+entry:
+ ret i32 42
+; CHECK: bic lr, lr, #3221225487
+; CHECK-NEXT: bx lr
+}
+
« no previous file with comments | « test/NaCl/ARM/blx-sandboxing.ll ('k') | test/NaCl/ARM/call-return-sandboxing1.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698