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

Chris Lattner clattner at apple.com
Tue Feb 1 20:55:08 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.

The major prereq for doing this is to get the MC asm parsers off of the subtarget info in the main target stuff.  We need a TargetRegistry version that doesn't depend on (for example) libX86.a

-Chris



More information about the llvm-commits mailing list