summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/insertvalue_origin.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
commitd06aa3dc0082595d01269e8faea20e07b8525afb (patch)
treefcc018f4a346065cad0c09c1362dcc5f49b4af12 /compiler-rt/test/msan/insertvalue_origin.cc
parent41fe3a495d803278284d381b48225f79ea350637 (diff)
downloadbcm5719-llvm-d06aa3dc0082595d01269e8faea20e07b8525afb.tar.gz
bcm5719-llvm-d06aa3dc0082595d01269e8faea20e07b8525afb.zip
[MSan] Remove explicit -m64 from RUN lines.
Target-specific flags should usually be configured by CMake/lit. llvm-svn: 230999
Diffstat (limited to 'compiler-rt/test/msan/insertvalue_origin.cc')
-rw-r--r--compiler-rt/test/msan/insertvalue_origin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/insertvalue_origin.cc b/compiler-rt/test/msan/insertvalue_origin.cc
index 545debffaad..a0c70023f2f 100644
--- a/compiler-rt/test/msan/insertvalue_origin.cc
+++ b/compiler-rt/test/msan/insertvalue_origin.cc
@@ -1,6 +1,6 @@
-// RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O0 %s -o %t && not %run %t >%t.out 2>&1
+// RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
-// RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O3 %s -o %t && not %run %t >%t.out 2>&1
+// RUN: %clangxx_msan -fsanitize-memory-track-origins -O3 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
// Test origin propagation through insertvalue IR instruction.
OpenPOWER on IntegriCloud