view lphobos/llvmsupport.d @ 1066:186d44690036

Give compile units LinkOnceLinkage to circumvent duplicate symbols with LLVM linking.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:21:11 +0100
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;