mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
llvm: add support for LLVM 17
This commit is contained in:
parent
7bb94227be
commit
50df01d00e
5 changed files with 30 additions and 5 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#pragma GCC diagnostic ignored "-Wmissing-noreturn"
|
||||
#endif
|
||||
#include "llvm/Support/FormattedStream.h"
|
||||
#include "llvm/Support/Host.h"
|
||||
#include "llvm/TargetParser/Host.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#if LLVM_VERSION_MAJOR < 17
|
||||
#include "llvm/ADT/Triple.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue