[PATCH] D32745: Correct debug info bit offset calculation for big-endian targets

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 3 07:59:21 PDT 2017


rnk added a comment.

In https://reviews.llvm.org/D32745#744292, @frej wrote:

> In https://reviews.llvm.org/D32745#744280, @rnk wrote:
>
> > The REQUIRES tag is unnecessary. Clang can emit IR for any target without a registered backed.
>
>
> So should I drop it? It doesn't hurt does it?


Some developers configure their build to only build the x86 backend to speed it up. This test won't run in that configuration, so they won't know if it fails.


https://reviews.llvm.org/D32745





More information about the cfe-commits mailing list