[LLVMdev] Where are the regression tests for tools like llvm-objdump?

Michael Spencer bigcheesegs at gmail.com
Mon Aug 27 12:27:22 PDT 2012


On Mon, Aug 27, 2012 at 11:07 AM, Carter, Jack <jcarter at mips.com> wrote:
> I've made a change to llvm-objdump and feel uncomfortable checking
> it in without a test case. Where do the "make check" tests for tools like
> llvm-objdump go?
>
> Worse comes to worse, I'll stick it in test/MC/Mips since it is there I need
> the change for other Mips/MC tests.
>
> Thanks,
>
> Jack

The tests for llvm-objdump are under test/Object.

- Michael Spencer



More information about the llvm-dev mailing list