llvm-isel-fuzzer.cpp - fix implicit CommandLine.h dependency. NFC.

llvm-isel-fuzzer uses cl::opt but don't include CommandLine.h.
This commit is contained in:
Simon Pilgrim 2020-06-23 12:24:24 +01:00
parent e051187c54
commit 36bab8484d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "llvm/IR/Module.h"
#include "llvm/IR/Verifier.h"
#include "llvm/IRReader/IRReader.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/SourceMgr.h"