http://llvm.org/docs/CodeGenerator.html#feat_inlineasm_x86 The following issue is resolved, so the x86 inline asm should be fine now:) http://llvm.org/bugs/show_bug.cgi?id=862 -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/a6abb201/attachment.html>
On Sep 19, 2011, at 11:10 AM, 罗勇刚(Yonggang Luo) wrote:> http://llvm.org/docs/CodeGenerator.html#feat_inlineasm_x86 > > The following issue is resolved, so the x86 inline asm should be fine now:)Fixed in r140033. Thanks.> http://llvm.org/bugs/show_bug.cgi?id=862JIT and CBE support is still missing, right? /jakob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110919/051333ed/attachment.html>
2011/9/20 Jakob Stoklund Olesen <stoklund at 2pi.dk>> > On Sep 19, 2011, at 11:10 AM, 罗勇刚(Yonggang Luo) wrote: > > http://llvm.org/docs/CodeGenerator.html#feat_inlineasm_x86 > > The following issue is resolved, so the x86 inline asm should be fine now:) > > > Fixed in r140033. Thanks. > > http://llvm.org/bugs/show_bug.cgi?id=862 > > > JIT and CBE support is still missing, right? > > /jakob > >That's right:) -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/defdf9cd/attachment.html>
Possibly Parallel Threads
- [LLVMdev] X86 status update
- [LLVMdev] Summer of Code ideas
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.