Catching an exception – Advanced IR GenerationCatching an exception – Advanced IR Generation
To generate the IR code to catch an exception, we must add the addLandingPad() method. The generated IR extracts the type information from the exception. If it matches the C++ [...]