1*f6c51ea8SLang Hames #include <stdio.h> 2*f6c51ea8SLang Hames 3*f6c51ea8SLang Hames /// Defined so that tests can use code that logs errors. 4*f6c51ea8SLang Hames extern "C" void __orc_rt_log_error(const char *ErrMsg) { 5*f6c51ea8SLang Hames fprintf(stderr, "orc runtime error: %s\n", ErrMsg); 6*f6c51ea8SLang Hames } 7