[OPENMP51]Codegen for error directive.
Added codegen for `omp error` directive. This is to generate IR to call: void __kmpc_error(ident_t *loc, int severity, const char *message); Differential Revision: https://reviews.llvm.org/D139166
Loading
Please sign in to comment