mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[libFuzzer] Do not use LLVM ostream in tests
Differential Revision: https://reviews.llvm.org/D35312 llvm-svn: 307824
This commit is contained in:
parent
d424391403
commit
cea519e029
@ -5,6 +5,9 @@
|
||||
// with ASan) involving C++ standard library types when using libcxx.
|
||||
#define _LIBCPP_HAS_NO_ASAN
|
||||
|
||||
// Do not attempt to use LLVM ostream from gtest.
|
||||
#define GTEST_NO_LLVM_RAW_OSTREAM 1
|
||||
|
||||
#include "FuzzerCorpus.h"
|
||||
#include "FuzzerDictionary.h"
|
||||
#include "FuzzerInternal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user