mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Fix modules build by adding missing includes to LTO/Config.h
This commit is contained in:
parent
89d19d60ad
commit
9a8c803771
@ -14,7 +14,9 @@
|
||||
#ifndef LLVM_LTO_CONFIG_H
|
||||
#define LLVM_LTO_CONFIG_H
|
||||
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
#include "llvm/IR/DiagnosticInfo.h"
|
||||
#include "llvm/IR/GlobalValue.h"
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/Support/CodeGen.h"
|
||||
#include "llvm/Target/TargetOptions.h"
|
||||
|
Loading…
Reference in New Issue
Block a user