[LLVMdev] Using llvm-mc assembler in the llvm test-suite

Eric Christopher echristo at gmail.com
Mon Oct 15 14:36:55 PDT 2012


On Mon, Oct 15, 2012 at 2:22 PM, Carter, Jack <jcarter at mips.com> wrote:
> Has anyone converted llvm/projects/test-suite to use the llvm assembler
> instead of gcc?
>
> If so, what was needed to change and how?
>
> My assumption is that this would be a good way to test the llvm assembler.
>

Not quite sure what you mean, as far as I know there isn't any
assembler in there
so if it's using clang it should be dependent upon the use of -integrated-as for
your target?

I miss something?

-eric



More information about the llvm-dev mailing list