Index: test/Transforms/NaCl/atomic/atomic_others.ll |
diff --git a/test/Transforms/NaCl/atomic/atomic_others.ll b/test/Transforms/NaCl/atomic/atomic_others.ll |
index a510d45a54a41888cc38cc7a1505f7d7d4cd384a..ef09d301b72b47904f62e9f86aa0ffe3f77cfbe1 100644 |
--- a/test/Transforms/NaCl/atomic/atomic_others.ll |
+++ b/test/Transforms/NaCl/atomic/atomic_others.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 |
; |
; Validate that atomic non-{acquire/release/acq_rel/seq_cst} loads/stores get |
; rewritten into NaCl atomic builtins with sequentially consistent memory |