[llvm] r180010 - Add .ll as a valid test suffix for Object, this allows .ll -> object

David Blaikie dblaikie at gmail.com
Mon Apr 22 15:52:15 PDT 2013


On Apr 22, 2013 8:48 PM, "Eric Christopher" <echristo at gmail.com> wrote:
>
> Author: echristo
> Date: Mon Apr 22 05:45:06 2013
> New Revision: 180010
>
> URL: http://llvm.org/viewvc/llvm-project?rev=180010&view=rev
> Log:
> Add .ll as a valid test suffix for Object, this allows .ll -> object
> and then dumping as tests.

Not sure how I feel about this (but I think we've had this sort of
discussion before) - isolated testing (so the test only fails or passes for
lib object reasons, not because we did something different with the given
.ll) versus relevant testing (testing the kinds of object files we actually
generate).

>
> Modified:
>     llvm/trunk/test/Object/lit.local.cfg
>
> Modified: llvm/trunk/test/Object/lit.local.cfg
> URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/lit.local.cfg?rev=180010&r1=180009&r2=180010&view=diff
>
==============================================================================
> --- llvm/trunk/test/Object/lit.local.cfg (original)
> +++ llvm/trunk/test/Object/lit.local.cfg Mon Apr 22 05:45:06 2013
> @@ -1 +1 @@
> -config.suffixes = ['.test']
> +config.suffixes = ['.test', '.ll']
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130422/eadeee4a/attachment.html>


More information about the llvm-commits mailing list