Cleaning up more deprecation warnings

Pointer `llvm/Support/Host.h` at `llvm/TargetParser/Host.h`.
Replacing deprecated API `startswith_insensitive` with replacement
`starts_with_insensitive`.
This commit is contained in:
Evan Wilde
2023-08-10 16:19:24 -07:00
parent 749641eaf8
commit 11fcbbeea2
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Host.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/CommandLine.h"