view gen/toobj.h @ 1199:80a326087f59

Disable frame pointer elimination when -g or -gc is passed.
author Christian Kamm <kamm incasoftware de>
date Wed, 08 Apr 2009 21:12:08 +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