Include Host.h for getProcessTriple

https://github.com/llvm/llvm-project/commit/213aea4c5836 means this
header doesn't get implicitly transitively included anymore, so we have
to include it explicitly.
This commit is contained in:
Shoaib Meenai
2020-03-11 22:02:18 -07:00
parent afa2440f85
commit 8b8650770e
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Debug.h"