Metadata/gc2stack compile fixes to accomodate LLVM API changes.

This commit is contained in:
David Nadlinger
2012-07-04 22:47:01 +02:00
parent a3a511ca55
commit ebbbfdd4ac
5 changed files with 44 additions and 41 deletions

View File

@@ -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();