1
0
mirror of synced 2026-01-27 04:33:22 +00:00
Files
YosysHQ.yosys/passes
Mohamed Gaber ae8c4e2ea6 libparse/filterlib: mark LibertyParser::error() as weak
When FILTERLIB is defined (attempts to compile libparse more or less standalone,) mark the `LibertyParser::error()` as weak so utilities using libparse as a library can override its behavior (the default behavior being exit(1)). As the code is quite performance-critical, I've elected to not modify it to raise an exception or have a callback or similar and simply allow for a link-time replacement.
2025-09-05 00:13:45 +02:00
..
2025-08-08 12:37:38 +12:00
2025-05-31 12:04:42 +12:00
2025-08-12 10:57:59 +12:00