[PATCH] D100492: [OpenCL] Change OpenCL builtin version encoding

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 26 10:20:49 PDT 2021


svenvh added a comment.

In D100492#2717232 <https://reviews.llvm.org/D100492#2717232>, @srj wrote:

> This change appears to be the injection point for https://bugs.llvm.org/show_bug.cgi?id=50128 -- trying to build clang-tblgen after this change crashes VC2019 if targeting 32-bit Windows (see below). While this is likely an MSVC bug, I presume we still want to support crosscompiling for 32-bit  Windows?

I am happy to make/accept any adjustments to this patch to fix the particular build.  I don't have access to MSVC though, would you be able to help figure out what the problematic construct in my patch was?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100492



More information about the cfe-commits mailing list