From d06aa3dc0082595d01269e8faea20e07b8525afb Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 2 Mar 2015 19:34:27 +0000 Subject: [MSan] Remove explicit -m64 from RUN lines. Target-specific flags should usually be configured by CMake/lit. llvm-svn: 230999 --- compiler-rt/test/msan/obstack.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler-rt/test/msan/obstack.cc') diff --git a/compiler-rt/test/msan/obstack.cc b/compiler-rt/test/msan/obstack.cc index 222f43b839d..f1f53be4c9b 100644 --- a/compiler-rt/test/msan/obstack.cc +++ b/compiler-rt/test/msan/obstack.cc @@ -1,5 +1,5 @@ -// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %run %t -// RUN: %clangxx_msan -m64 -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s +// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t +// RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s #include #include -- cgit v1.2.1