mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-24 15:20:05 +02:00
[svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality.
This commit is contained in:
11
gen/linker.h
11
gen/linker.h
@@ -14,4 +14,15 @@ void linkModules(llvm::Module* dst, const std::vector<llvm::Module*>& MV);
|
||||
*/
|
||||
int linkExecutable();
|
||||
|
||||
/**
|
||||
* Delete the executable that was previously linked with linkExecutable.
|
||||
*/
|
||||
void deleteExecutable();
|
||||
|
||||
/**
|
||||
* Runs the executable that was previously linked with linkExecutable.
|
||||
* @return the return status of the executable.
|
||||
*/
|
||||
int runExectuable();
|
||||
|
||||
#endif // LLVMDC_GEN_LINKER_H
|
||||
|
||||
Reference in New Issue
Block a user