llvm
llvm copied to clipboard
[SYCL][ABI-break] Promote extended CG/handler members
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.
I'm planning to remove the extended member mechanism in a separate follow-up PR, just so it would be easier to recover it if we need to add new members to CG classes in the future.
@smaslov-intel Could you please review?
@steffenlarsen Could you please merge this one?
Looks like this introduced a post-commit failure, looking into it