Merge "Adapt for update to clang-r399163."

This commit is contained in:
Stephen Hines 2020-09-23 05:28:48 +00:00 committed by Gerrit Code Review
commit 47250aca16

View file

@ -42,6 +42,7 @@
#include <llvm/ADT/SmallVector.h> #include <llvm/ADT/SmallVector.h>
#include <llvm/ADT/StringRef.h> #include <llvm/ADT/StringRef.h>
#include <llvm/Option/Option.h> #include <llvm/Option/Option.h>
#include <llvm/Support/Host.h>
#include <llvm/Support/VirtualFileSystem.h> #include <llvm/Support/VirtualFileSystem.h>
#include "Arch.h" #include "Arch.h"