[Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714.

llvm-svn: 230996
This commit is contained in:
Alexey Samsonov 2015-03-02 19:34:02 +00:00
parent dd323acef5
commit 1ce8745b77
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// 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>
#include <stdio.h>