[llvm-commits] [patch][mc] Add support for .uleb
Chris Lattner
clattner at apple.com
Thu Sep 9 13:51:27 PDT 2010
On Sep 9, 2010, at 1:18 PM, Rafael Espindola wrote:
> My first ELF MC patch :-)
Awesome! One major comment: please add this to generic code. The darwin assembler also supports this directive, we just never got around to implementing it.
We should also add a "emit uleb/sleb" value in MCStreamer, because these directives don't require an immediate, it can be a symbolic value (like a label difference).
-Chris
More information about the llvm-commits
mailing list