forked from OSchip/llvm-project
parent
7c81c7c66b
commit
5e36423aed
|
@ -26,8 +26,6 @@ def err_drv_unsupported_rtlib_for_platform : Error<
|
|||
"unsupported runtime library '%0' for platform '%1'">;
|
||||
def err_drv_invalid_stdlib_name : Error<
|
||||
"invalid library name in argument '%0'">;
|
||||
def err_drv_invalid_opt_with_multiple_archs : Error<
|
||||
"option '%0' cannot be used with multiple -arch options">;
|
||||
def err_drv_invalid_output_with_multiple_archs : Error<
|
||||
"cannot use '%0' output with multiple -arch options">;
|
||||
def err_drv_no_input_files : Error<"no input files">;
|
||||
|
|
|
@ -825,8 +825,6 @@ def err_omp_unknown_directive : Error <
|
|||
"expected an OpenMP directive">;
|
||||
def err_omp_unexpected_directive : Error <
|
||||
"unexpected OpenMP directive '#pragma omp %0'">;
|
||||
def err_omp_expected_var : Error <
|
||||
"expected '#pragma omp %0' argument to be a variable name">;
|
||||
} // end of Parse Issue category.
|
||||
|
||||
let CategoryName = "Modules Issue" in {
|
||||
|
|
Loading…
Reference in New Issue