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

Unified Diff: test/Transforms/NaCl/atomic/lock_.ll

Issue 857403002: Emit atomic memory order other than seq_cst on demand only (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Add test for -pnacl-memory-order-seq-cst-only=true Created 5 years, 11 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/Transforms/NaCl/atomic/atomic_others.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Transforms/NaCl/atomic/lock_.ll
diff --git a/test/Transforms/NaCl/atomic/lock_.ll b/test/Transforms/NaCl/atomic/lock_.ll
index 6f66f6706122c9db498ce85d6d2ad8c982f06231..a25b5d9152b2c547afcc2f7d9dbf46b065c18717 100644
--- a/test/Transforms/NaCl/atomic/lock_.ll
+++ b/test/Transforms/NaCl/atomic/lock_.ll
@@ -1,4 +1,4 @@
-; RUN: opt -nacl-rewrite-atomics -S < %s | FileCheck %s
+; RUN: opt -nacl-rewrite-atomics -pnacl-memory-order-seq-cst-only=false -S < %s | FileCheck %s
; Each of these tests validates that the corresponding legacy GCC-style builtins
; are properly rewritten to NaCl atomic builtins. Only the GCC-style builtins
« no previous file with comments | « test/Transforms/NaCl/atomic/atomic_others.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698