[LLVMdev] Question on test cases for direct object generation

Eli Friedman eli.friedman at gmail.com
Tue Dec 6 19:43:42 PST 2011


On Tue, Dec 6, 2011 at 7:29 PM, Carter, Jack <jcarter at mips.com> wrote:
> Is there an official llvm method of creating and submitting test cases that
> don't affect .s assembly files?
>
> When we check in changes that can affect the .s output we submit .ll files
> with the internalized semicolon instructions on how to check the output .s
> file.
>
> For direct output we currently add to our own test suites that check for
> correctness. Does the llvm community depend on the individual target owners
> to do this testing or is there a mechanism for a centralized test?

See test/MC/ELF/ in the LLVM tree.

-Eli



More information about the llvm-dev mailing list