[cfe-dev] Clang target specific test case question

Eli Friedman eli.friedman at gmail.com
Mon Mar 19 16:59:36 PDT 2012


On Mon, Mar 19, 2012 at 4:54 PM, Carter, Jack <jcarter at mips.com> wrote:
> In the llvm tree for make check test cases there are target specific
> directories (ARM, Mips, Sparc) under general directories like CodeGen, MC,
> etc..
>
> Is there any issue with me committing Mips specific clang CodeGend tests in
> clang/test/CodeGen/Mips?
>
> The testing infrastructure has no problem with it.

We generally don't bother because there isn't as much of a point:
unlike the LLVM backend tests, all the clang tests can generally run
no matter which backend targets are enabled.

If you would prefer to separate out some tests for other reasons,
though, I don't see any issue.

-Eli



More information about the cfe-dev mailing list