llvm-mc doesn't recognize the upper case equivalents of 0x# and 0b#.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14781
Recognize 0X and 0B as a valid radix characters. ClosedPublic Authored by sidneym on Nov 18 2015, 10:11 AM.
Details Summary llvm-mc doesn't recognize the upper case equivalents of 0x# and 0b#.
Diff Detail
Event Timelinesidneym updated this object. This revision is now accepted and ready to land.Nov 18 2015, 11:19 AM Closed by commit rL263802: [MCParser] Accept uppercase radix variants 0X and 0B (authored by colinl). · Explain WhyMar 18 2016, 11:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 51047 llvm/trunk/lib/MC/MCParser/AsmLexer.cpp
llvm/trunk/lib/Support/StringRef.cpp
|