view gen/toobj.h @ 1421:7a693c367190

just a simple change to cmake for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:41:41 -0600
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