This is an archive of the discontinued LLVM Phabricator instance.

[clang] Disable Unicode in asm files
ClosedPublic

Authored by tinti on Nov 18 2015, 6:38 PM.

Details

Summary

Clang should not convert tokens to Unicode when preprocessing assembly
files.

Fixes PR25558

Diff Detail

Repository
rL LLVM

Event Timeline

tinti updated this revision to Diff 40594.Nov 18 2015, 6:38 PM
tinti retitled this revision from to [clang] Disable Unicode in asm files.
tinti updated this object.
tinti added reviewers: rengolin, zatrazz, compnerd.
tinti set the repository for this revision to rL LLVM.
tinti added a reviewer: mehdi_amini.
tinti added a subscriber: cfe-commits.
tinti updated this revision to Diff 40595.Nov 18 2015, 6:41 PM
tinti removed rL LLVM as the repository for this revision.
tinti set the repository for this revision to rL LLVM.
mehdi_amini edited edge metadata.Nov 18 2015, 6:46 PM

Isn't the patch reversed or do I miss something?

LGTM, please wait for another pair of eye.

rengolin accepted this revision.Nov 19 2015, 1:08 AM
rengolin edited edge metadata.

LGTM, too. Thanks!

This revision is now accepted and ready to land.Nov 19 2015, 1:08 AM
tinti closed this revision.Nov 20 2015, 3:59 PM

r253738

lib/Lex/Lexer.cpp