[llvm] r248452 - Add REQUIRES: default_triple to these testcases.
Robinson, Paul via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 11:31:32 PDT 2015
I thought Mehdi had moved all tests out of DebugInfo to DebugInfo/Generic
which automatically requires default_triple? So these ought to go there
and so won't need the explicit REQUIRES. (Sorry I haven't been keeping
close track this week.)
--paulr
> -----Original Message-----
> From: llvm-commits [mailto:llvm-commits-bounces at lists.llvm.org] On Behalf
> Of Adrian Prantl via llvm-commits
> Sent: Wednesday, September 23, 2015 5:35 PM
> To: llvm-commits at lists.llvm.org
> Subject: [llvm] r248452 - Add REQUIRES: default_triple to these testcases.
>
> Author: adrian
> Date: Wed Sep 23 19:35:14 2015
> New Revision: 248452
>
> URL: http://llvm.org/viewvc/llvm-project?rev=248452&view=rev
> Log:
> Add REQUIRES: default_triple to these testcases.
>
> Modified:
> llvm/trunk/test/DebugInfo/dwo.ll
> llvm/trunk/test/DebugInfo/skeletoncu.ll
>
> Modified: llvm/trunk/test/DebugInfo/dwo.ll
> URL: http://llvm.org/viewvc/llvm-
> project/llvm/trunk/test/DebugInfo/dwo.ll?rev=248452&r1=248451&r2=248452&vi
> ew=diff
> ==========================================================================
> ====
> --- llvm/trunk/test/DebugInfo/dwo.ll (original)
> +++ llvm/trunk/test/DebugInfo/dwo.ll Wed Sep 23 19:35:14 2015
> @@ -3,6 +3,7 @@
> ; CHECK: DW_TAG_compile_unit
> ; CHECK: DW_AT_GNU_dwo_id {{.*}}abcd
> ; CHECK-NOT: DW_AT_GNU_dwo_name
> +; REQUIRES: default_triple
>
> !llvm.dbg.cu = !{!0}
> !llvm.module.flags = !{!3, !4}
>
> Modified: llvm/trunk/test/DebugInfo/skeletoncu.ll
> URL: http://llvm.org/viewvc/llvm-
> project/llvm/trunk/test/DebugInfo/skeletoncu.ll?rev=248452&r1=248451&r2=24
> 8452&view=diff
> ==========================================================================
> ====
> --- llvm/trunk/test/DebugInfo/skeletoncu.ll (original)
> +++ llvm/trunk/test/DebugInfo/skeletoncu.ll Wed Sep 23 19:35:14 2015
> @@ -3,7 +3,8 @@
> ; CHECK: DW_TAG_compile_unit
> ; CHECK: DW_AT_GNU_dwo_id {{.*}}abcd
> ; CHECK: DW_AT_GNU_dwo_name {{.*}}"my.dwo"
> -
> +; REQUIRES: default_triple
> +
> !llvm.dbg.cu = !{!0}
> !llvm.module.flags = !{!3, !4}
>
>
>
> _______________________________________________
> 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