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

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 16:28:09 PDT 2016


> On May 27, 2016, at 6:10 AM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote:
> 
> On 5/26/2016 6:17 PM, Quentin Colombet wrote:
>> 
>> 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.
> 
> Hi Quentin,
> Thanks for letting me know.  I thought it was a convention to put all mir tests under CodeGen/MIR.

AFAICT, this directory was to test MIR generic features (like error reporting) and we needed some target code to exerce some of that stuff.
That being said, I agree that this is confusing.

> 
> -Krzysztof
> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation



More information about the llvm-commits mailing list