diff gen/enums.h @ 55:0ccfae271c45 trunk

[svn r59] Added support for C-style variadic functions. Currently only works on x86, x86-64 va_arg is broken in LLVM 2.1. PPC and PPC64 unknown. Updates to runtime. Rebuild!
author lindquist
date Wed, 24 Oct 2007 22:18:06 +0200
parents c53b6e3fe49a
children b706170e24a9
line wrap: on
line diff
--- a/gen/enums.h	Wed Oct 24 01:37:34 2007 +0200
+++ b/gen/enums.h	Wed Oct 24 22:18:06 2007 +0200
@@ -5,4 +5,7 @@
     LLVMmangle,
     LLVMintrinsic,
     LLVMbind,
+    LLVMva_arg,
+    LLVMva_start,
+    LLVMva_intrinsic
 };