Target: move the EH enumeration and add option
Move the ExceptionHandling enumeration into TargetOptions and introduce a field to track the desired exception model. This will allow us to set the exception model from the frontend (needed to optionally use SjLj EH on other targets where zero-cost is available and preferred). llvm-svn: 270178
Loading
Please register or sign in to comment