view gen/programs.h @ 1454:ff707c518ad7

Removed unused files to allow for a pull.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 01 Jun 2009 19:02:09 +0100
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