llvm: add support for LLVM 17

This commit is contained in:
oltolm 2023-09-25 17:04:48 +02:00 committed by Megamouse
parent 7bb94227be
commit 50df01d00e
5 changed files with 30 additions and 5 deletions

View file

@ -866,7 +866,7 @@ void asmjit::simd_builder::vec_extract_gpr(u32 esize, const x86::Gp& dst, const
#endif
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/Host.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
#include "llvm/ExecutionEngine/ObjectCache.h"