summaryrefslogtreecommitdiff
path: root/test/msan/setlocale.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/setlocale.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/setlocale.cc')
-rw-r--r--test/msan/setlocale.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/setlocale.cc b/test/msan/setlocale.cc
index b7007f78d..796f4454e 100644
--- a/test/msan/setlocale.cc
+++ b/test/msan/setlocale.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t
+// RUN: %clangxx_msan -O0 %s -o %t && %run %t
#include <assert.h>
#include <locale.h>