summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-07-30 03:41:05 +0000
committerNico Weber <nicolasweber@gmx.de>2015-07-30 03:41:05 +0000
commit64fcf5258c5e73581502dd6369e3aa161d0c8f56 (patch)
tree2c075f5cdc805ebafa0fb45d8ab0ff6ec3705631 /test/sanitizer_common
parent9edd4e46e661b1c521992518e779ad9eb62e3c38 (diff)
downloadcompiler-rt-64fcf5258c5e73581502dd6369e3aa161d0c8f56.tar.gz
Revert r243604, it (very likely) caused PR24312.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243615 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-rw-r--r--test/sanitizer_common/TestCases/Linux/open_memstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/open_memstream.cc b/test/sanitizer_common/TestCases/Linux/open_memstream.cc
index 8ebb6de84..3bce030dd 100644
--- a/test/sanitizer_common/TestCases/Linux/open_memstream.cc
+++ b/test/sanitizer_common/TestCases/Linux/open_memstream.cc
@@ -1,5 +1,5 @@
-// RUN: %clangxx -m64 -march=x86-64 -O0 -g -xc++ %s -o %t && %run %t
-// RUN: %clangxx -m64 -march=x86-64 -O3 -g -xc++ %s -o %t && %run %t
+// RUN: %clangxx -m64 -O0 -g -xc++ %s -o %t && %run %t
+// RUN: %clangxx -m64 -O3 -g -xc++ %s -o %t && %run %t
// REQUIRES: x86_64-supported-target
#include <assert.h>