[clang] [llvm] Support for dispatch construct (Sema & Codegen) support. (PR #117904)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 27 09:22:34 PST 2024


================
@@ -4452,6 +4452,11 @@ void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) {
   emitMaster(*this, S);
 }
 
+void CodeGenFunction::EmitOMPDispatchDirective(const OMPDispatchDirective &S) {
+
----------------
alexey-bataev wrote:

Drop empty line

https://github.com/llvm/llvm-project/pull/117904


More information about the cfe-commits mailing list