summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2018-11-18 22:30:58 +0000
committerBrad Smith <brad@comstyle.com>2018-11-18 22:30:58 +0000
commit58ceba6e469c4dc51aebfd19b131bf0916c3c2f1 (patch)
tree733f2cbdb2b894f92b44c25fef2529af5c2ab34c /clang/test
parent7f92efa5a9c6f3c1c9d7cdbd83460792d5984689 (diff)
downloadbcm5719-llvm-58ceba6e469c4dc51aebfd19b131bf0916c3c2f1.tar.gz
bcm5719-llvm-58ceba6e469c4dc51aebfd19b131bf0916c3c2f1.zip
Replace the UTF-8 characters in the error message.
llvm-svn: 347178
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Driver/mips-abicalls-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/mips-abicalls-error.c b/clang/test/Driver/mips-abicalls-error.c
index 10f7201bdb0..03ef68b02de 100644
--- a/clang/test/Driver/mips-abicalls-error.c
+++ b/clang/test/Driver/mips-abicalls-error.c
@@ -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'
OpenPOWER on IntegriCloud