mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Merge branch 'merge-2.064' into merge-2.065
Conflicts: runtime/druntime
This commit is contained in:
commit
f8a53ab3dc
16 changed files with 187 additions and 46 deletions
|
@ -24,7 +24,11 @@
|
|||
#include "ir/irfunction.h"
|
||||
#include "ir/irlandingpad.h"
|
||||
#include "ir/irmodule.h"
|
||||
#if LDC_LLVM_VER >= 305
|
||||
#include "llvm/IR/CFG.h"
|
||||
#else
|
||||
#include "llvm/Support/CFG.h"
|
||||
#endif
|
||||
#if LDC_LLVM_VER >= 303
|
||||
#include "llvm/IR/InlineAsm.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue