[LLVMdev] java front-end

Trevor Harmon Trevor.W.Harmon at nasa.gov
Fri Jul 16 11:53:12 PDT 2010


On Jul 16, 2010, at 9:41 AM, Joshua Warner wrote:

> In that time did llvm change from building with exception handling  
> and rtti to building without?

I believe so. LLVM now builds with EH and RTTI disabled by default. To  
build with them on, you need to define these environment variables:

REQUIRES_EH=1
REQUIRES_RTTI=1

Trevor




More information about the llvm-dev mailing list