view gen/toobj.h @ 1461:49e6f9d2d33f

Fix a segfault in ldc2 (use of an uninitialized variable).
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 02 Jun 2009 19:54:02 +0200
parents 12ea38902e83
children
line wrap: on
line source

#ifndef LDC_GEN_TOOBJ_H
#define LDC_GEN_TOOBJ_H

void writeModule(llvm::Module* m, std::string filename);

#endif