mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 09:49:21 +02:00
This addresses an issue found in ARM builds on Mac M1. The XML parser makes use of exceptions to stop the parsing. This causes an ABORT on M1/clang for whatever reason. The new implementation requests the reader to stop and stores the exception until it is needed.