]> granicus.if.org Git - clang/commitdiff
Replace the UTF-8 characters in the error message.
authorBrad Smith <brad@comstyle.com>
Sun, 18 Nov 2018 22:30:58 +0000 (22:30 +0000)
committerBrad Smith <brad@comstyle.com>
Sun, 18 Nov 2018 22:30:58 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347178 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td
test/Driver/mips-abicalls-error.c

index 5d4a2264e7864781a9ebefcbcb91273acebd1fd4..d33c989ed18d9b203a5efd66d5f6eacb7b3cc5ba 100644 (file)
@@ -357,7 +357,7 @@ def warn_drv_unsupported_pic_with_mabicalls : Warning<
   "%select{implicit usage of|}1 -mabicalls and the N64 ABI">,
   InGroup<OptionIgnored>;
 def err_drv_unsupported_noabicalls_pic : Error<
-  "position-independent code requires ‘-mabicalls’">;
+  "position-independent code requires '-mabicalls'">;
 def err_drv_unsupported_indirect_jump_opt : Error<
   "'-mindirect-jump=%0' is unsupported with the '%1' architecture">;
 def err_drv_unknown_indirect_jump_opt : Error<
index 10f7201bdb07dca10a9d267061767456f20220c3..03ef68b02de6d8b5ba7b94cc81184bee772c04a0 100644 (file)
@@ -1,2 +1,2 @@
 // RUN: not %clang -c -target mips64-linux-gnu -fPIC -mno-abicalls %s 2>&1 | FileCheck %s
-// CHECK: error: position-independent code requires ‘-mabicalls’
+// CHECK: error: position-independent code requires '-mabicalls'