Sergey Semenov

Results 3 issues of Sergey Semenov

Several new members were added to CG/handler via the extended member workaround. This patch promotes them to actual fields of those classes now that the ABI can be broken.

Fix an issue introduced by https://github.com/intel/llvm/pull/6595. Removing the version check also removed the implicit check for whether we have a command group at all, which caused a CTS regression.

Using built-ins is going to be the preferred way to fetch kernel information, while integration headers are still going to be used for cases where built-ins are unavailable (i.e., different...