Skip to content

Fix build on iOS simulator

pthread_jit_write_protect_np() is available but unusable on iOS simulator:

../orc/orccompiler.c:460:3: error: 'pthread_jit_write_protect_np' is unavailable: not available on iOS

Fixes #43 (closed)

Merge request reports