]> granicus.if.org Git - clang/commitdiff
[mips] Fix typo (missed space) in the warning message
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 4 Aug 2017 08:25:15 +0000 (08:25 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 4 Aug 2017 08:25:15 +0000 (08:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310038 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td
test/Driver/mips-gpopt-warning.c

index d461e5e4ee549f45ed6853cd5740a3cf1b0fa96e..529a8da93cb6c851a75d2200026a990b6e6770ab 100644 (file)
@@ -282,7 +282,7 @@ def warn_target_unsupported_compact_branches : Warning<
   " support it">, InGroup<UnsupportedCB>;
 def warn_drv_unsupported_gpopt : Warning<
   "ignoring '-mgpopt' option as it cannot be used with %select{|the implicit"
-  " usage of}0-mabicalls">,
+  " usage of }0-mabicalls">,
   InGroup<UnsupportedGPOpt>;
 
 def warn_drv_unable_to_find_directory_expected : Warning<
index a8ab887939ea54e411604ea5ce94c177f887c16e..b6677413729f26ae2979cd4b1b27991914d82af1 100644 (file)
@@ -1,6 +1,6 @@
 // REQUIRES: mips-registered-target
 // RUN: %clang -### -c -target mips-mti-elf %s -mgpopt 2>&1 | FileCheck -check-prefix=IMPLICIT %s
-// IMPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with the implicit usage of-mabicalls
+// IMPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with the implicit usage of -mabicalls
 
 // RUN: %clang -### -c -target mips-mti-elf %s -mgpopt -mabicalls 2>&1 | FileCheck -check-prefix=EXPLICIT %s
 // EXPLICIT: warning: ignoring '-mgpopt' option as it cannot be used with -mabicalls