mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
FuzzerCLI.h - reduce StringRef.h include to forward declaration. NFC.
This commit is contained in:
parent
10a9252564
commit
c5f6495350
@ -14,12 +14,13 @@
|
||||
#ifndef LLVM_FUZZMUTATE_FUZZER_CLI_H
|
||||
#define LLVM_FUZZMUTATE_FUZZER_CLI_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class StringRef;
|
||||
|
||||
/// Parse cl::opts from a fuzz target commandline.
|
||||
///
|
||||
/// This handles all arguments after -ignore_remaining_args=1 as cl::opts.
|
||||
|
@ -7,6 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/FuzzMutate/FuzzerCLI.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/Bitcode/BitcodeReader.h"
|
||||
#include "llvm/Bitcode/BitcodeWriter.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user