Update flag name to -debug-info-store-invocation.

This commit is contained in:
Tony Allevato
2018-06-12 18:32:35 -07:00
parent 22ac700154
commit 0acc73ae4c
8 changed files with 18 additions and 15 deletions

View File

@@ -769,7 +769,7 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
"unknown -g<kind> option");
if (Opts.DebugInfoKind > IRGenDebugInfoKind::LineTables) {
if (Args.hasArg(options::OPT_use_dwarf_debug_flags)) {
if (Args.hasArg(options::OPT_debug_info_store_invocation)) {
ArgStringList RenderedArgs;
for (auto A : Args)
A->render(Args, RenderedArgs);