summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
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
commite0992134816086c5cb653b76f4e597923e400e3f (patch)
tree867983f0ce601c36b2a98b9349b0fde38773ffec /compiler-rt/test
parentbdf2d93fe9a50c933c9597279933012d2596afd4 (diff)
downloadbcm5719-llvm-e0992134816086c5cb653b76f4e597923e400e3f.tar.gz
bcm5719-llvm-e0992134816086c5cb653b76f4e597923e400e3f.zip
Revert r243604, it (very likely) caused PR24312.
llvm-svn: 243615
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc
index 8ebb6de84c9..3bce030ddb2 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud