mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 03:16:05 +03:00
gen/runtime: Use the correct header path for ModRef
In stable LLVM 16 this is now under `Support` and not `IR` Signed-off-by: Ikey Doherty <ikey@serpentos.com>
This commit is contained in:
parent
2d3bb571e5
commit
f06d31de56
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
#include "llvm/Bitcode/BitcodeWriter.h"
|
||||
#include "llvm/IR/Attributes.h"
|
||||
#if LDC_LLVM_VER >= 1600
|
||||
#include "llvm/IR/ModRef.h"
|
||||
#include "llvm/Support/ModRef.h"
|
||||
#endif
|
||||
#include "llvm/IR/Module.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue