mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 19:06:02 +03:00
Add support for LLVM 12
This commit is contained in:
parent
8d71c8624a
commit
d8bc064cfb
21 changed files with 3493 additions and 60 deletions
|
@ -64,6 +64,9 @@
|
|||
#include "llvm/Support/TargetRegistry.h"
|
||||
#include "llvm/Support/TargetSelect.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#if LDC_MLIR_ENABLED
|
||||
#include "mlir/IR/MLIRContext.h"
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue