While creating compiler transformations for use with opt, I discovered that when configuring and making LLVM and its projects, exceptions are disabled. I'm assuming that was done for performance reasons. Is there any reason not to enable exceptions for LLVM projects? Thanks, Ryan