[PATCH] D15795: [ms inline asm] Add support for label names with '$' chars

2015-12-28 Thread Marina Yatsina via cfe-commits
myatsina created this revision. myatsina added reviewers: ehsan, rnk. myatsina added subscribers: llvm-commits, cfe-commits. myatsina set the repository for this revision to rL LLVM. In MS inline asm syntax a label with '$' char produces an error, while in AT it does not. In AT inline asm syntax

Re: [PATCH] D15795: [ms inline asm] Add support for label names with '$' chars

2015-12-28 Thread Ehsan Akhgari via cfe-commits
ehsan accepted this revision. ehsan added a comment. This revision is now accepted and ready to land. LGTM. Repository: rL LLVM http://reviews.llvm.org/D15795 ___ cfe-commits mailing list cfe-commits@lists.llvm.org