[PATCH] ms-inline-asm: Add facilities for rewriting labels in X86AsmParser
Ehsan Akhgari
ehsan.akhgari at gmail.com
Fri Jul 18 12:15:09 PDT 2014
Hi rnk,
This will be used in order to make it possible to rewrite asm labels
to use internal names, so that we can scope the label names to
functions as opposed to LLVM inline asm blocks.
ms-inline-asm: Add a sema callback for looking up label names
The implementation of the callback in clang's Sema will return an
internal name for labels.
http://reviews.llvm.org/D4587
Files:
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCTargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4587.11658.patch
Type: text/x-patch
Size: 4500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140718/7f353141/attachment.bin>
More information about the llvm-commits
mailing list