view gen/toobj.h @ 1433:f79971a45bee

Fix #309: allow -of with multiple source files if -singleobj is given.
author Christian Kamm <kamm incasoftware de>
date Sat, 30 May 2009 12:58:04 +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