Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

root/gen/toobj.h

Revision 1052:12ea38902e83, 114 bytes (checked in by Christian Kamm <kamm incasoftware de>, 3 years ago)

Add '-singleobj' command line switch that will tell LDC to link LLVM modules internally and only emit a single object file.

The switch allows the optimizer and inliner to run on all modules at once and opens the door for template instantiation improvements that should lower compile time and executable size.

Line 
1 #ifndef LDC_GEN_TOOBJ_H
2 #define LDC_GEN_TOOBJ_H
3
4 void writeModule(llvm::Module* m, std::string filename);
5
6 #endif
Note: See TracBrowser for help on using the browser.
Copyright © 2008, LDC Development Team.