mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-12 23:21:50 +01:00
Metadata/gc2stack compile fixes to accomodate LLVM API changes.
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
#ifndef LDC_GEN_RUNTIME_H_
|
||||
#define LDC_GEN_RUNTIME_H_
|
||||
|
||||
namespace llvm
|
||||
{
|
||||
class Function;
|
||||
class GlobalVariable;
|
||||
class Module;
|
||||
}
|
||||
|
||||
// D runtime support helpers
|
||||
|
||||
bool LLVM_D_InitRuntime();
|
||||
|
||||
Reference in New Issue
Block a user