Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/MC/MCParser/
-
MC/
-
MCParser/
-
ELFAsmParser.cpp
-
test/MC/ELF/ARM/
-
MC/
-
ELF/
-
ARM/
-
gnu-type-hash-diagnostics.s
Hide Panel
f
Keyboard Reference
?
Differential
D31026
[Asm] Don't list '@<type>' in diag when '@' is a comment
Closed
Public
Authored by
olista01
on Mar 16 2017, 3:39 AM.
Download Raw Diff
Details
Reviewers
rengolin
grosbach
SjoerdMeijer
•
sanne.wouda
Commits
rG8761e9bb43f8: [Asm] Don't list '@<type>' in diag when '@' is a comment
rL298067: [Asm] Don't list '@<type>' in diag when '@' is a comment
Summary
This fixes
https://bugs.llvm.org//show_bug.cgi?id=31280
Diff Detail
Repository
rL LLVM
Event Timeline
olista01
created this revision.
Mar 16 2017, 3:39 AM
SjoerdMeijer
accepted this revision.
Mar 17 2017, 4:20 AM
Comment Actions
Looks good to me.
This revision is now accepted and ready to land.
Mar 17 2017, 4:20 AM
Closed by commit
rL298067: [Asm] Don't list '@<type>' in diag when '@' is a comment
(authored by
olista01
).
·
Explain Why
Mar 17 2017, 4:22 AM
This revision was automatically updated to reflect the committed changes.