[llvm] r230479 - Fix UTF8 chars to ASCII.
NAKAMURA Takumi
geek4civic at gmail.com
Wed Feb 25 03:02:01 PST 2015
Author: chapuni
Date: Wed Feb 25 05:02:00 2015
New Revision: 230479
URL: http://llvm.org/viewvc/llvm-project?rev=230479&view=rev
Log:
Fix UTF8 chars to ASCII.
Modified:
llvm/trunk/lib/MC/ELFObjectWriter.cpp
Modified: llvm/trunk/lib/MC/ELFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/ELFObjectWriter.cpp?rev=230479&r1=230478&r2=230479&view=diff
==============================================================================
--- llvm/trunk/lib/MC/ELFObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/ELFObjectWriter.cpp Wed Feb 25 05:02:00 2015
@@ -1041,7 +1041,7 @@ ELFObjectWriter::computeSymbolTable(MCAs
// 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
More information about the llvm-commits
mailing list