Skip to content

orccompiler: Work around MSYS2 SDK not defining RUNTIME_FUNCTION correctly on x86

amyspark requested to merge amyspark/orc:workaround-msys2-runtimefunction into main

The UnwindData member is supposed to be an union, but MSYS2 defines it as UnwindInfoAddress only on IA64.

Merge request reports