view gen/programs.h @ 1485:9344fecd24f0

Delete some code I forgot about in [1480].
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 07 Jun 2009 23:00:53 +0200
parents 847b767b2d0b
children
line wrap: on
line source

#ifndef LDC_GEN_PROGRAMS_H
#define LDC_GEN_PROGRAMS_H

#include "llvm/System/Path.h"

llvm::sys::Path getGcc();

#endif