summaryrefslogtreecommitdiff
path: root/test/msan/chained_origin_empty_stack.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-03-02 19:34:27 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-03-02 19:34:27 +0000
commit1950443dcbd39b83083b1efc749ee71ce685c07b (patch)
tree394f7885465400fb3dcfbf635e098359423518d3 /test/msan/chained_origin_empty_stack.cc
parent99ed6a758a2993563f96f56d7ac6a51c64c5824a (diff)
[MSan] Remove explicit -m64 from RUN lines.
Target-specific flags should usually be configured by CMake/lit. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@230999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/msan/chained_origin_empty_stack.cc')
-rw-r--r--test/msan/chained_origin_empty_stack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/chained_origin_empty_stack.cc b/test/msan/chained_origin_empty_stack.cc
index 36727e3d7..f1ed66b75 100644
--- a/test/msan/chained_origin_empty_stack.cc
+++ b/test/msan/chained_origin_empty_stack.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -m64 -O3 %s -o %t && \
+// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O3 %s -o %t && \
// RUN: MSAN_OPTIONS=store_context_size=1 not %run %t 2>&1 | FileCheck %s
// Test that stack trace for the intermediate store is not empty.