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

Rafael Espíndola rafael.espindola at gmail.com
Sat Oct 19 05:33:52 PDT 2013


On 19 October 2013 06:01, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote:
> I found that access llvm-mc from clang driver is impossible, and I
> want to use llvm-mc to compile assembly files, how to do that?

Try "clang -integrated-as -c test.s"

Cheers,
Rafael




More information about the llvm-dev mailing list