The unit tests may transiently depend on __orc_rt_log_error, which is usually provided by an alias when loading the runtime through the JIT. The unit tests statically link the runtime, so this patch provides a fixed definition.
The unit tests may transiently depend on __orc_rt_log_error, which is usually provided by an alias when loading the runtime through the JIT. The unit tests statically link the runtime, so this patch provides a fixed definition.