[llvm] 76a1a41 - Fix test by adding REQUIRES: x86-registered-target to skip test in configurations that do not include x86.
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 08:48:40 PDT 2021
Better fix: Remove the target triple from the IR, done in
https://github.com/llvm/llvm-project/commit/71fbfd4e73b14a7734413b25b3965ff9f73d14ab
--paulr
> -----Original Message-----
> From: llvm-commits <llvm-commits-bounces at lists.llvm.org> On Behalf Of
> Douglas Yung via llvm-commits
> Sent: Tuesday, August 31, 2021 6:29 AM
> To: llvm-commits at lists.llvm.org
> Subject: [llvm] 76a1a41 - Fix test by adding REQUIRES: x86-registered-
> target to skip test in configurations that do not include x86.
>
>
> Author: Douglas Yung
> Date: 2021-08-31T03:29:17-07:00
> New Revision: 76a1a415302d06ceb4a3358493e897e98dd75f77
>
> URL: https://urldefense.com/v3/__https://github.com/llvm/llvm-
> project/commit/76a1a415302d06ceb4a3358493e897e98dd75f77__;!!JmoZiZGBv3RvKR
> Sx!vkMdnRnBQUZEObCynYMJNFc2hglXDnxyOnQFaqpsx3YA0-n0MdL80OzZgokvV1qB9w$
> DIFF: https://urldefense.com/v3/__https://github.com/llvm/llvm-
> project/commit/76a1a415302d06ceb4a3358493e897e98dd75f77.diff__;!!JmoZiZGBv
> 3RvKRSx!vkMdnRnBQUZEObCynYMJNFc2hglXDnxyOnQFaqpsx3YA0-
> n0MdL80OzZgomsNLetWw$
>
> LOG: Fix test by adding REQUIRES: x86-registered-target to skip test in
> configurations that do not include x86.
>
> Added:
>
>
> Modified:
> llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
>
> Removed:
>
>
>
> ##########################################################################
> ######
> diff --git a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
> b/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
> index 3cdbfc1e89ac..974ed4f29d7d 100644
> --- a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
> +++ b/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
> @@ -1,3 +1,4 @@
> +; REQUIRES: x86-registered-target
> ; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck
> %s
> ;
> ; CHECK: [[SYM:[a-z0-9]+]]: DW_TAG_formal_parameter
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://urldefense.com/v3/__https://lists.llvm.org/cgi-
> bin/mailman/listinfo/llvm-
> commits__;!!JmoZiZGBv3RvKRSx!vkMdnRnBQUZEObCynYMJNFc2hglXDnxyOnQFaqpsx3YA0
> -n0MdL80OzZgok8BGwTjQ$
More information about the llvm-commits
mailing list