view lphobos/llvmsupport.d @ 1005:5aa5d25508c6

Don't reset gTargetData after compiling a module. Fixes segfault when compiling more than one file.
author Christian Kamm <kamm incasoftware de>
date Sat, 28 Feb 2009 09:06:25 +0100
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;