forked from OSchip/llvm-project
Kill off obsolete err_target_unknown_cxxabi diag
Unused since r199250. llvm-svn: 199459
This commit is contained in:
parent
581f6f1dfc
commit
9609d30db6
|
@ -117,7 +117,6 @@ def err_target_unknown_triple : Error<
|
|||
"unknown target triple '%0', please use -triple or -arch">;
|
||||
def err_target_unknown_cpu : Error<"unknown target CPU '%0'">;
|
||||
def err_target_unknown_abi : Error<"unknown target ABI '%0'">;
|
||||
def err_target_unknown_cxxabi : Error<"unknown C++ ABI '%0'">;
|
||||
def err_target_unknown_fpmath : Error<"unknown FP unit '%0'">;
|
||||
def err_target_unsupported_fpmath : Error<
|
||||
"the '%0' unit is not supported with this instruction set">;
|
||||
|
|
Loading…
Reference in New Issue