[llvm] r265669 - Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 08:51:51 PDT 2016


On 7 April 2016 at 14:18, Dmitry Polukhin via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: dpolukhin
> Date: Thu Apr  7 08:18:43 2016
> New Revision: 265669
>
> URL: http://llvm.org/viewvc/llvm-project?rev=265669&view=rev
> Log:
> Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots
>
> Temporary disable llc test, it seems that such test should be in some
> other directory.

This is an X86 specific test, so it should be in an X86 specific
directory (see test/CodeGen).

http://llvm.org/docs/TestingGuide.html#platform-specific-tests

cheers,
--renato


More information about the llvm-commits mailing list