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