mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
7 lines
114 B
C++
7 lines
114 B
C++
#ifndef LDC_GEN_TOOBJ_H
|
|
#define LDC_GEN_TOOBJ_H
|
|
|
|
void writeModule(llvm::Module* m, std::string filename);
|
|
|
|
#endif
|