[PATCH] D17361: [PGO] Add support to enable testing multiple supported targets

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 11:37:39 PDT 2016


Alexey, This seems to have regressed fairly recently.  I just noticed that
check-profile only tests X86_64 target

This is because PROFILE_SUPPORTED_ARCH is not properly defined by
 filter_available_targets(PROFILE_SUPPORTED_ARCH
${ALL_PROFILE_SUPPORTED_ARCH})

UBSAN_SUPPORTED_ARCH seems to have the same problem.  When I do ninja
check-pubsan, only X86_64 target is tested.

Are you aware of any recent changes that are related?

thanks,

David

On Thu, Feb 18, 2016 at 11:01 AM, Alexey Samsonov <vonosmas at gmail.com>
wrote:

> samsonov accepted this revision.
> samsonov added a comment.
> This revision is now accepted and ready to land.
>
> LGTM
>
>
> http://reviews.llvm.org/D17361
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/0de90719/attachment.html>


More information about the llvm-commits mailing list