[LLVMdev] Feature request for include llvm-mc in llvm.org/builds

Jim Grosbach grosbach at apple.com
Thu Oct 17 15:54:56 PDT 2013


On Oct 17, 2013, at 10:22 AM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:

>> Clang can be used like an assembler in the sense that if it's fed a .s
>> file, it will assemble it. (I noted that clang-cl doesn't do this for
>> .asm files, I should fix that.)
>> 
>> I'm not sure that we want to include llvm-mc in the installer. Is it
>> really intended to be used as an assembler by the end user? The help
>> text says "llvm machine code playground", which seems to indicate it's
>> more of an internal tool.
> 
> I agree. Using the clang binary is the supported public interface for
> using the integrated assembler.

Yes. It’s not intended for end users at all.

> 
> Cheers,
> Rafael
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev





More information about the llvm-dev mailing list