[llvm] r223414 - Convert test to use an extra Input file. NFC.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Dec 8 17:48:31 PST 2014


On 8 December 2014 at 20:45, Sean Silva <chisophugis at gmail.com> wrote:
> +; RUN: llvm-link %p/alignment.ll %p/Inputs/alignment.ll -S | FileCheck %s
> +; RUN: llvm-link %p/Inputs/alignment.ll %p/alignment.ll -S | FileCheck %s
>
> Is there a particular reason why we are testing both orders on the command
> line in this test? Should we do that in more tests?

For tests were the results are expected to be the same, yes. That
would probably be a good idea.

Cheers,
Rafael



More information about the llvm-commits mailing list