[LLVMdev] Yasm ASM printer
Matthew Huck
Matthew.Huck at unlimitedrealities.com
Wed Apr 11 15:45:37 PDT 2012
Hi,
I've finally got my Yasm instruction printer sorted, and I was wondering if it is something the community would want? With it, it means you can take LLVM IR and generate a .S that can be assembled using Yasm to a window's OBJ for inclusion in normal DevStudio projects.
The change set isn't large, but I am unsure of the repercussions of the changes I made.
Cheers
Matthew
More information about the llvm-dev
mailing list