Searched refs:compilerOptionsErr (Results 1 – 2 of 2) sorted by relevance
89 auto compilerOptionsErr = compiler::g_options.Validate(); in PrepareArguments() local90 if (compilerOptionsErr) { in PrepareArguments()91 std::cerr << "Error: " << compilerOptionsErr.value().GetMessage() << std::endl; in PrepareArguments()
182 auto compilerOptionsErr = ark::compiler::g_options.Validate(); in CheckOptionsErr() local183 if (compilerOptionsErr) { in CheckOptionsErr()184 LOG_PAOC(FATAL) << compilerOptionsErr.value().GetMessage(); in CheckOptionsErr()