This revision was automatically updated to reflect the committed changes.
Closed by commit rL311325: [ObjC] Use consistent comment style in inline asm
(authored by olista01).
Changed prior to commit:
https://reviews.llvm.org/D3?vs=110927&id=111942#toc
Repository:
rL LLVM
https://reviews
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Looks reasonable to me.
Repository:
rL LLVM
https://reviews.llvm.org/D3
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
olista01 added reviewers: rnk, niravd, SjoerdMeijer.
olista01 added a comment.
Ping.
Repository:
rL LLVM
https://reviews.llvm.org/D3
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co
olista01 created this revision.
Herald added a subscriber: javed.absar.
The comment markers accepted by the assembler vary between different targets,
but '//' is always accepted, so we should use that for consistency.
Repository:
rL LLVM
https://reviews.llvm.org/D3
Files:
lib/CodeGen/