1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Add missing include Host.h in llvm-mc-* fuzzers. NFC.

Fixes build failure in these fuzzers.
This commit is contained in:
Fedor Sergeev 2020-05-18 02:17:56 +07:00
parent 9aba16961d
commit 25a434ada5
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/TargetRegistry.h"

View File

@ -12,6 +12,7 @@
#include "llvm-c/Target.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;