[PATCH] D97058: [OpenCL] Refactor diagnostic for OpenCL extension/feature

Anton Zabaznov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 12 10:21:33 PST 2021


azabaznov added a comment.

Thanks guys,

I'm on way to trying that, just building clang from scratch.

>   If it is, then just adding a fixed triple is fine.

Yeah, it is expected as this change removes types which require extension from parsers state. X86 and SPIR support all extensions by default, so that's why `mce_payload` is there. I'll provide the fix to the test once I'll try that locally.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97058



More information about the cfe-commits mailing list