arsenm added inline comments.
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12488
+ // FIXME: The invoke isn't applying the right attributes either
+ llvm::AttrBuilder KernelAttrs(C, CGF.CurFn->getAttributes().getFnAttrs());
+ KernelAttrs.addAttribute("enqueued-block");
---
arsenm added inline comments.
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12488
+ // FIXME: The invoke isn't applying the right attributes either
+ llvm::AttrBuilder KernelAttrs(C, CGF.CurFn->getAttributes().getFnAttrs());
+ KernelAttrs.addAttribute("enqueued-block");
---
yaxunl added inline comments.
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12488
+ // FIXME: The invoke isn't applying the right attributes either
+ llvm::AttrBuilder KernelAttrs(C, CGF.CurFn->getAttributes().getFnAttrs());
+ KernelAttrs.addAttribute("enqueued-block");
---
arsenm added inline comments.
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12488
+ // FIXME: The invoke isn't applying the right attributes either
+ llvm::AttrBuilder KernelAttrs(C, CGF.CurFn->getAttributes().getFnAttrs());
+ KernelAttrs.addAttribute("enqueued-block");
---
yaxunl added inline comments.
Comment at: clang/lib/CodeGen/TargetInfo.cpp:12488
+ // FIXME: The invoke isn't applying the right attributes either
+ llvm::AttrBuilder KernelAttrs(C, CGF.CurFn->getAttributes().getFnAttrs());
+ KernelAttrs.addAttribute("enqueued-block");
---
arsenm created this revision.
arsenm added reviewers: Anastasia, yaxunl.
Herald added subscribers: kosarev, jdoerfert, kerbowa, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
This was missing important environment context, like deno