[llvm] r270887 - Add test/CodeGen/MIR/Hexagon/lit.local.cfg

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 16:17:53 PDT 2016


Hi Krzysztof,

FYI, you can have mir tests living alongside your .ll tests in test/Codegen/Hexagon, you do not have to add a new directory for them.
Figured it may be useful to emphasize in case you do not want tests in two different directories.

Cheers,
Q.
> On May 26, 2016, at 11:35 AM, Krzysztof Parzyszek via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Author: kparzysz
> Date: Thu May 26 13:35:45 2016
> New Revision: 270887
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=270887&view=rev
> Log:
> Add test/CodeGen/MIR/Hexagon/lit.local.cfg
> 
> Require that Hexagon is a registered target.
> 
> Added:
>    llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg
> 
> Added: llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg?rev=270887&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg (added)
> +++ llvm/trunk/test/CodeGen/MIR/Hexagon/lit.local.cfg Thu May 26 13:35:45 2016
> @@ -0,0 +1,2 @@
> +if not 'Hexagon' in config.root.targets:
> +    config.unsupported = True
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list