diff options
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | flang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp index f218014..043c352 100644 --- a/flang/lib/Frontend/CompilerInvocation.cpp +++ b/flang/lib/Frontend/CompilerInvocation.cpp @@ -688,7 +688,7 @@ static bool parseFloatingPointArgs(CompilerInvocation &invoc, fpContractMode = LangOptions::FPM_Fast; else { diags.Report(clang::diag::err_drv_unsupported_option_argument) - << a->getOption().getName() << val; + << a->getSpelling() << val; return false; } |