view gen/programs.h @ 1513:8a5570ddad25

Emit file and line info for 'Array operation ... not recognized' error. Fixes #326.
author Christian Kamm <kamm incasoftware de>
date Mon, 22 Jun 2009 19:31:25 +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