This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

olista01 created this revision.Aug 14 2017, 2:35 AM
SjoerdMeijer accepted this revision.Aug 21 2017, 2:41 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Aug 21 2017, 2:41 AM
This revision was automatically updated to reflect the committed changes.