Home
last modified time | relevance | path

Searched refs:compilerOptionsErr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp89 auto compilerOptionsErr = compiler::g_options.Validate(); in PrepareArguments() local
90 if (compilerOptionsErr) { in PrepareArguments()
91 std::cerr << "Error: " << compilerOptionsErr.value().GetMessage() << std::endl; in PrepareArguments()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp182 auto compilerOptionsErr = ark::compiler::g_options.Validate(); in CheckOptionsErr() local
183 if (compilerOptionsErr) { in CheckOptionsErr()
184 LOG_PAOC(FATAL) << compilerOptionsErr.value().GetMessage(); in CheckOptionsErr()