view gen/programs.h @ 1466:8bf5fa175555

Make sure typeinfo output are mutable types, this is a temporary workaround to get druntime genobj.d to compile until we figure out what typeinfos are actually needed here and there ...
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Wed, 03 Jun 2009 04:12:28 +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