llvm-mc and JIT

I have a question about llvm-mc and allowing inline assembly in the JIT.
Is this planned to be implemented in the near future? There seems
to have a been a lot more activity integrating llvm-mc lately and I was wondering
when this will be completed?

Thanks,
Jan

No promises, but my goal is to get direct .o file writing to "beta" quality for darwin/x86[-64] by the end of Feb. This will probably not include inline asm support yet, but hopefully that will follow in the month or two after that.

-Chris