罗勇刚(Yonggang Luo)
2013-Oct-17 06:30 UTC
[LLVMdev] Feature request for include llvm-mc in llvm.org/builds
It's already contained C/C++ compiler, but lack of a assembler. so request for that. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
Hans Wennborg
2013-Oct-17 17:15 UTC
[LLVMdev] Feature request for include llvm-mc in llvm.org/builds
On Wed, Oct 16, 2013 at 11:30 PM, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote:> It's already contained C/C++ compiler, but > lack of a assembler. so request for that.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. - Hans
罗勇刚(Yonggang Luo)
2013-Oct-17 17:20 UTC
[LLVMdev] Feature request for include llvm-mc in llvm.org/builds
2013年10月18日 上午1:15于 "Hans Wennborg" <hans at chromium.org>写道:> > On Wed, Oct 16, 2013 at 11:30 PM, 罗勇刚(Yonggang Luo) > <luoyonggang at gmail.com> wrote: > > It's already contained C/C++ compiler, but > > lack of a assembler. so request for that. > > Clang can be used like an assembler in the sense that if it's fed a .soh, thank you very much, i just want to compile some assembly file and link with compiled c object file> 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. > > - Hans-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131018/3e8c88aa/attachment.html>
Rafael Espíndola
2013-Oct-17 17:22 UTC
[LLVMdev] Feature request for include llvm-mc in llvm.org/builds
> 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. Cheers, Rafael
Seemingly Similar Threads
- [LLVMdev] Feature request for include llvm-mc in llvm.org/builds
- [LLVMdev] Feature request for include llvm-mc in llvm.org/builds
- [LLVMdev] Feature request for include llvm-mc in llvm.org/builds
- [LLVMdev] Feature request for include llvm-mc in llvm.org/builds
- [LLVMdev] Feature request for include llvm-mc in llvm.org/builds