mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
14 lines
240 B
C
14 lines
240 B
C
#ifndef LDC_GEN_PROGRAMS_H
|
|
#define LDC_GEN_PROGRAMS_H
|
|
|
|
#include "llvm/Support/Path.h"
|
|
|
|
llvm::sys::Path getGcc();
|
|
llvm::sys::Path getArchiver();
|
|
|
|
// For Windows with MS tool chain
|
|
llvm::sys::Path getLink();
|
|
llvm::sys::Path getLib();
|
|
|
|
#endif
|