mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef LDC_GEN_PROGRAMS_H
|
|
#define LDC_GEN_PROGRAMS_H
|
|
|
|
#include "llvm/Support/Path.h"
|
|
|
|
llvm::sys::Path getGcc();
|
|
|
|
#endif
|