forked from OSchip/llvm-project
Place warning warn_drv_no_debug_w_integrated_as under a -W flag.
llvm-svn: 141078
This commit is contained in:
parent
8c748fb7f8
commit
2cf8a077ee
|
@ -123,7 +123,8 @@ def warn_drv_objc_gc_unsupported : Warning<
|
|||
def warn_drv_pch_not_first_include : Warning<
|
||||
"precompiled header '%0' was ignored because '%1' is not first '-include'">;
|
||||
def warn_drv_no_debug_w_integrated_as : Warning<
|
||||
"ignoring unsupported -g option with integrated assembler">;
|
||||
"ignoring unsupported -g option with integrated assembler">,
|
||||
InGroup<DiagGroup<"unsupported-debug-with-integrated-as">>;
|
||||
|
||||
def note_drv_command_failed_diag_msg : Note<
|
||||
"diagnostic msg: %0">;
|
||||
|
|
Loading…
Reference in New Issue