The comment markers accepted by the assembler vary between different targets, but '//' is always accepted, so we should use that for consistency.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36666
[ObjC] Use consistent comment style in inline asm ClosedPublic Authored by olista01 on Aug 14 2017, 2:35 AM.
Details Summary The comment markers accepted by the assembler vary between different targets, but '//' is always accepted, so we should use that for consistency.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 21 2017, 2:41 AM Closed by commit rL311325: [ObjC] Use consistent comment style in inline asm (authored by olista01). · Explain WhyAug 21 2017, 2:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111942 cfe/trunk/lib/CodeGen/TargetInfo.cpp
cfe/trunk/test/CodeGenObjC/arc-arm.m
|