Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/
-
MC/MCParser/
-
MCParser/
-
AsmLexer.cpp
-
Support/
-
StringRef.cpp
-
test/MC/AsmParser/
-
MC/
-
AsmParser/
-
uppercase-hex.s
Hide Panel
f
Keyboard Reference
?
Differential
D14781
Recognize 0X and 0B as a valid radix characters.
Closed
Public
Authored by
sidneym
on Nov 18 2015, 10:11 AM.
Download Raw Diff
Details
Reviewers
colinl
•
rafael
•
shankar.easwaran
Commits
rG01431465144d: [MCParser] Accept uppercase radix variants 0X and 0B
rL263802: [MCParser] Accept uppercase radix variants 0X and 0B
Summary
llvm-mc doesn't recognize the upper case equivalents of 0x# and 0b#.
Diff Detail
Repository
rL LLVM
Event Timeline
sidneym
updated this revision to
Diff 40530
.
Nov 18 2015, 10:11 AM
sidneym
retitled this revision from
to
Recognize 0X and 0B as a valid radix characters.
.
sidneym
updated this object.
sidneym
added reviewers:
colinl
,
•
shankar.easwaran
,
•
rafael
.
sidneym
set the repository for this revision to
rL LLVM
.
sidneym
added a subscriber:
llvm-commits
.
colinl
accepted this revision.
Nov 18 2015, 11:19 AM
colinl
edited edge metadata.
Comment Actions
LGTM
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 Why
Mar 18 2016, 11:27 AM
This revision was automatically updated to reflect the committed changes.