Files
ldc/gen/programs.h
Frits van Bommel cf0b8936ce Factor out the code to find gcc, and add a command-line option to override the
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.
2009-05-04 13:32:16 +02:00

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