diff gen/llvmhelpers.h @ 284:70c370e97944 trunk

[svn r305] Started support for custom class allocators/deallocators. Allocators with more than one argument still need to be fixed. Removed the LLVM stacktrace code from mars.c. Moved the LLVM based default target detection code from mars.c to llvmhelpers.cpp.
author lindquist
date Sat, 21 Jun 2008 02:48:53 +0200
parents a95056b3c996
children bef811104734
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sat Jun 21 00:54:55 2008 +0200
+++ b/gen/llvmhelpers.h	Sat Jun 21 02:48:53 2008 +0200
@@ -62,4 +62,7 @@
 DValue* DtoBinDiv(DValue* lhs, DValue* rhs);
 DValue* DtoBinRem(DValue* lhs, DValue* rhs);
 
+// target stuff
+void findDefaultTarget();
+
 #endif