[llvm-commits] [llvm] r124608 - /llvm/trunk/lib/MC/MCParser/AsmParser.cpp

Carl Norum carl.norum at apple.com
Tue Feb 1 09:26:17 PST 2011


On Feb 1, 2011, at 5:33 AM, Rafael Ávila de Espíndola wrote:

>> I hope support for .code{16,32,64} will be contributed soon so this will
>> go away completely :)
> 
> This is one bug I think will take some time to fix. If I am not 
> mistaken, the correct way to solve it is to avoid the MC -> Codegen 
> dependencies. It might also be possible to solve it with some hack like 
> having two codegens and switching between them.

I, too, would love to have these directives working.  They're the only major outstanding bug that prevents us from using llvm as the assembler for EFI.  For now, gcc is doing fine, but consolidating everything with one tool is the ultimate goal.  In the short term I have to go work on bringing up some new machines, but I'll try to look at this problem sometime in the future (that is, if by the time I get to it it hasn't already been done...)

-- Carl





More information about the llvm-commits mailing list