yaxunl added a comment.

In D151349#4426008 <https://reviews.llvm.org/D151349#4426008>, @jhuber6 wrote:

> I've started seeing these errors when compiling for OpenMP targeting AMDGPU:
>
>   $ clang input.c -fopenmp --offload-arch=gfx1030
>   warning: feature flag '+image-insts' is ignored since the feature is read 
> only [-Winvalid-command-line-argument]
>
> Any suggestions for what might cause this?

That means TargetInfo::initFeatureMap is called with `+image-insts`. I will 
take a look.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151349/new/

https://reviews.llvm.org/D151349

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to