[llvm-commits] [llvm] r124608 - /llvm/trunk/lib/MC/MCParser/AsmParser.cpp
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Tue Feb 1 05:33:21 PST 2011
> 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.
> roman
Cheers,
Rafael
More information about the llvm-commits
mailing list