[PATCH] D19392: Emit code16 in assembly in 16-bit mode

David Woodhouse via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 15:31:31 PDT 2016


We did build the 16-bit boot code of the Linux kernel with -m16. Not just asm IiRC but actual codegen. I may have been lax in adding test cases?
Boarding a plane now so more coherent response (and validarion of my memories) probably won't come before Monday...


-- Apologies for HTML and top-posting; Android mailer is broken.
-------- Original message --------From: Tim Northover <t.p.northover at gmail.com> Date: 21/04/2016  18:25  (GMT-05:00) To: niravd at google.com, dwmw2 at infradead.org Cc: t.p.northover at gmail.com, llvm-commits at lists.llvm.org Subject: Re: [PATCH] D19392: Emit code16 in assembly in 16-bit mode 
t.p.northover added a subscriber: t.p.northover.
t.p.northover added a comment.

I didn't think we supported code16 compilation (only assembly). This appears to be the very first CodeGen test mentioning the triple and there's basically no reference to it in the actual X86 code.

Tim.


http://reviews.llvm.org/D19392



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160421/68339b58/attachment.html>


More information about the llvm-commits mailing list