Summary: Memmem is not available on Windows. Patch By: metzman Reviewers: morehouse Reviewed By: morehouse Subscribers: george.karpenkov, morehouse Differential Revision: https://reviews.llvm.org/D51692 llvm-svn: 341495
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
# FIXME: Disabled on Windows since LLVMFuzzerInitialize does not yet work.
|
|
UNSUPPORTED: windows
|
|
CHECK: BINGO
|
|
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
|
|
RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s
|