mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
default executable name. This should help cross-compilation by allowing a cross-gcc to be specified from the configuration file instead of only through the CC environment variable.
9 lines
120 B
C
9 lines
120 B
C
#ifndef LDC_GEN_PROGRAMS_H
|
|
#define LDC_GEN_PROGRAMS_H
|
|
|
|
#include "llvm/System/Path.h"
|
|
|
|
llvm::sys::Path getGcc();
|
|
|
|
#endif
|