aboutsummaryrefslogtreecommitdiff
path: root/test/msan/fork.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/fork.cc')
-rw-r--r--test/msan/fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/fork.cc b/test/msan/fork.cc
index 10de8a9379d8..78a62d549ec3 100644
--- a/test/msan/fork.cc
+++ b/test/msan/fork.cc
@@ -2,7 +2,7 @@
// Run a number of threads that create new chained origins, then fork
// and verify that origin reads do not deadlock in the child process.
-// RUN: %clangxx_msan -std=c++11 -fsanitize-memory-track-origins=2 -g -m64 -O3 %s -o %t
+// RUN: %clangxx_msan -std=c++11 -fsanitize-memory-track-origins=2 -g -O3 %s -o %t
// RUN: MSAN_OPTIONS=store_context_size=1000,origin_history_size=0,origin_history_per_stack_limit=0 %run %t |& FileCheck %s
// Fun fact: if test output is redirected to a file (as opposed to