[PATCH] D20109: Add support for Code16GCC
Nirav Dave via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 08:40:51 PDT 2016
niravd created this revision.
niravd added reviewers: dwmw2, craig.topper.
niravd added a subscriber: llvm-commits.
[X86] The Code16GCC directive parses X86 assembly input in 32-bit mode and
outputs in 16-bit mode. Teach Parser to switch modes appropriately.
http://reviews.llvm.org/D20109
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/code16gcc.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20109.56726.patch
Type: text/x-patch
Size: 8946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160510/00c4dfad/attachment.bin>
More information about the llvm-commits
mailing list