comparison lphobos/llvmsupport.d @ 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
children
comparison
equal deleted inserted replaced
54:28e99b04a132 55:0ccfae271c45
1 module llvmsupport;
2
3 import
4 llvm.intrinsic,
5 llvm.va_list;