From: NAKAMURA Takumi Date: Wed, 25 Feb 2015 11:02:00 +0000 (+0000) Subject: Fix UTF8 chars to ASCII. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c3f0baf8f128375f82169922219e64fa0c2e8c41;p=oota-llvm.git Fix UTF8 chars to ASCII. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230479 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index b4948e659fb..48199058c1f 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp @@ -1041,7 +1041,7 @@ ELFObjectWriter::computeSymbolTable(MCAssembler &Asm, const MCAsmLayout &Layout, // in defined ones. // // FIXME: All name handling should be done before we get to the writer, - // including dealing with GNU-style version suffixes. Fixing this isn’t + // including dealing with GNU-style version suffixes. Fixing this isn't // trivial. // // We thus have to be careful to not perform the symbol version replacement